Home
last modified time | relevance | path

Searched refs:TemplateObjectDescription (Results 1 – 25 of 59) sorted by relevance

123

/dports/www/node10/node-v10.24.1/deps/v8/src/objects/
H A Dtemplate-objects.h21 class TemplateObjectDescription final : public Tuple2 {
27 Handle<TemplateObjectDescription> description);
29 DECL_CAST(TemplateObjectDescription)
35 DISALLOW_IMPLICIT_CONSTRUCTORS(TemplateObjectDescription);
H A Dtemplate-objects.cc16 Handle<JSArray> TemplateObjectDescription::CreateTemplateObject( in CreateTemplateObject()
17 Handle<TemplateObjectDescription> description) { in CreateTemplateObject()
/dports/lang/v8/v8-9.6.180.12/src/objects/
H A Dtemplate-objects.h36 class TemplateObjectDescription final
37 : public TorqueGeneratedTemplateObjectDescription<TemplateObjectDescription,
42 Handle<TemplateObjectDescription> description,
45 TQ_OBJECT_CONSTRUCTORS(TemplateObjectDescription)
H A Dtemplate-objects.cc18 Handle<JSArray> TemplateObjectDescription::GetTemplateObject( in GetTemplateObject()
20 Handle<TemplateObjectDescription> description, in GetTemplateObject()
H A Dtemplate-objects-inl.h20 TQ_OBJECT_CONSTRUCTORS_IMPL(TemplateObjectDescription)
H A Dtemplate-objects.tq11 extern class TemplateObjectDescription extends Struct {
H A Dobjects-definitions.h150 V(_, TEMPLATE_OBJECT_DESCRIPTION_TYPE, TemplateObjectDescription, \
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/objects/
H A Dtemplate-objects.h33 class TemplateObjectDescription final
34 : public TorqueGeneratedTemplateObjectDescription<TemplateObjectDescription,
39 Handle<TemplateObjectDescription> description,
42 TQ_OBJECT_CONSTRUCTORS(TemplateObjectDescription)
H A Dtemplate-objects.cc18 Handle<JSArray> TemplateObjectDescription::GetTemplateObject( in GetTemplateObject()
20 Handle<TemplateObjectDescription> description, in GetTemplateObject()
H A Dtemplate-objects-inl.h18 TQ_OBJECT_CONSTRUCTORS_IMPL(TemplateObjectDescription)
H A Dtemplate-objects.tq15 extern class TemplateObjectDescription extends Struct {
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/objects/
H A Dtemplate-objects.h35 class TemplateObjectDescription final
36 : public TorqueGeneratedTemplateObjectDescription<TemplateObjectDescription,
41 Handle<TemplateObjectDescription> description,
44 TQ_OBJECT_CONSTRUCTORS(TemplateObjectDescription)
H A Dtemplate-objects.cc18 Handle<JSArray> TemplateObjectDescription::GetTemplateObject( in GetTemplateObject()
20 Handle<TemplateObjectDescription> description, in GetTemplateObject()
H A Dtemplate-objects-inl.h20 TQ_OBJECT_CONSTRUCTORS_IMPL(TemplateObjectDescription)
H A Dtemplate-objects.tq15 extern class TemplateObjectDescription extends Struct {
/dports/lang/v8/v8-9.6.180.12/src/builtins/
H A Dinternal.tq9 TemplateObjectDescription, SharedFunctionInfo, Smi): JSAny;
16 description: TemplateObjectDescription, slot: uintptr,
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/builtins/
H A Dinternal.tq9 TemplateObjectDescription, SharedFunctionInfo, Smi): JSAny;
16 description: TemplateObjectDescription, slot: uintptr,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/heap/
H A Dfactory-base.h25 class TemplateObjectDescription; variable
118 Handle<TemplateObjectDescription> NewTemplateObjectDescription( in EXPORT_TEMPLATE_DECLARE()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/heap/
H A Dfactory-base.h25 class TemplateObjectDescription; variable
118 Handle<TemplateObjectDescription> NewTemplateObjectDescription( in EXPORT_TEMPLATE_DECLARE()
/dports/lang/v8/v8-9.6.180.12/src/heap/
H A Dfactory-base.h28 class TemplateObjectDescription; variable
149 Handle<TemplateObjectDescription> NewTemplateObjectDescription( in EXPORT_TEMPLATE_DECLARE()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/compiler/
H A Djs-operator.h616 GetTemplateObjectParameters(Handle<TemplateObjectDescription> description, in GetTemplateObjectParameters()
621 Handle<TemplateObjectDescription> description() const { return description_; } in description()
626 Handle<TemplateObjectDescription> const description_;
823 Handle<TemplateObjectDescription> description, in NON_EXPORTED_BASE()
H A Dheap-refs.h99 V(TemplateObjectDescription) \
877 DEFINE_REF_CONSTRUCTOR(TemplateObjectDescription, HeapObjectRef)
879 Handle<TemplateObjectDescription> object() const;
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/compiler/
H A Dheap-refs.h71 V(TemplateObjectDescription)
884 DEFINE_REF_CONSTRUCTOR(TemplateObjectDescription, HeapObjectRef)
886 Handle<TemplateObjectDescription> object() const;
/dports/lang/v8/v8-9.6.180.12/src/compiler/
H A Dheap-refs.h133 NEVER_SERIALIZED(TemplateObjectDescription) \
985 DEFINE_REF_CONSTRUCTOR(TemplateObjectDescription, HeapObjectRef)
987 Handle<TemplateObjectDescription> object() const;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/runtime/
H A Druntime-internal.cc571 CONVERT_ARG_HANDLE_CHECKED(TemplateObjectDescription, description, 0); in RUNTIME_FUNCTION()
577 return *TemplateObjectDescription::GetTemplateObject( in RUNTIME_FUNCTION()

123