Home
last modified time | relevance | path

Searched defs:constructor (Results 101 - 125 of 141) sorted by relevance

123456

/third_party/node/deps/v8/src/objects/
H A Dmap-updater.cc349 JSFunction constructor = JSFunction::cast(root_map.GetConstructor()); in TryUpdateNoLock() local
H A Djs-function.cc711 SetInitialMap(Isolate* isolate, Handle<JSFunction> function, Handle<Map> map, Handle<HeapObject> prototype, Handle<JSFunction> constructor) SetInitialMap() argument
910 FastInitializeDerivedMap(Isolate* isolate, Handle<JSFunction> new_target, Handle<JSFunction> constructor, Handle<Map> constructor_initial_map) FastInitializeDerivedMap() argument
968 GetDerivedMap(Isolate* isolate, Handle<JSFunction> constructor, Handle<JSReceiver> new_target) GetDerivedMap() argument
1070 GetDerivedRabGsabMap(Isolate* isolate, Handle<JSFunction> constructor, Handle<JSReceiver> new_target) GetDerivedRabGsabMap() argument
[all...]
H A Dlookup.cc150 Handle<JSFunction> constructor = isolate->string_function(); in GetRootForNonJSReceiver() local
H A Dmap-inl.h817 Object constructor = GetConstructor(cage_base); in DEF_GETTER() local
827 void Map::SetConstructor(Object constructor, WriteBarrierMode mode) { in SetConstructor() argument
H A Dmap.cc1878 Handle<JSFunction> constructor = in TransitionToDataProperty() local
H A Djs-date-time-format.cc849 Handle<JSFunction> constructor = Handle<JSFunction>( in ToLocaleDateTime() local
1032 Handle<JSFunction> constructor = Handle<JSFunction>( in UnwrapDateTimeFormat() local
H A Djs-number-format.cc1093 Handle<JSFunction> constructor = Handle<JSFunction>( in UnwrapNumberFormat() local
H A Dvalue-serializer.cc2082 auto constructor = isolate_->error_function(); in ReadJSError() local
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
H A Dparser_impl.cc482 const ast::Expression* constructor = nullptr; in global_variable_decl() local
1761 const ast::Expression* constructor = nullptr; variable_stmt() local
[all...]
/third_party/glslang/glslang/MachineIndependent/
H A DIntermediate.cpp4003 TIntermAggregate *constructor = seq[i]->getAsAggregate(); variable
/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-regexp-object.c2028 ecma_value_t constructor = ecma_op_species_constructor (regexp_obj_p, ECMA_BUILTIN_ID_REGEXP); in ecma_regexp_split_helper() local
H A Decma-objects.c2968 ecma_value_t constructor = ecma_op_object_get_by_magic_id (this_value, LIT_MAGIC_STRING_CONSTRUCTOR); in ecma_op_species_constructor() local
/third_party/node/deps/v8/src/compiler/
H A Djs-heap-broker.cc617 Handle<JSObject> constructor; in ReadFeedbackForInstanceOf() local
H A Djs-native-context-specialization.cc359 Node* constructor = NodeProperties::GetValueInput(node, 0); in ReduceJSGetSuperConstructor() local
387 Node* constructor = n.right(); in ReduceJSInstanceOf() local
488 node->ReplaceInput(JSCallNode::ReceiverIndex(), constructor); ReduceJSInstanceOf() local
611 Node* constructor = NodeProperties::GetValueInput(node, 0); ReduceJSOrdinaryHasInstance() local
663 Node* constructor = NodeProperties::GetValueInput(node, 0); ReduceJSPromiseResolve() local
[all...]
H A Djs-typed-lowering.cc1331 Node* constructor = NodeProperties::GetValueInput(node, 0); in ReduceJSOrdinaryHasInstance() local
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-array-gen.cc1593 const TNode<JSReceiver> constructor = in TF_BUILTIN() local
1630 const TNode<JSReceiver> constructor = in TF_BUILTIN() local
H A Dbuiltins-object-gen.cc1225 auto constructor = Parameter<Object>(Descriptor::kLeft); in TF_BUILTIN() local
/third_party/node/deps/v8/src/interpreter/
H A Dinterpreter-generator.cc1571 TNode<Object> constructor = LoadRegisterAtOperandIndex(0); in IGNITION_HANDLER() local
1590 TNode<Object> constructor = LoadRegisterAtOperandIndex(0); in IGNITION_HANDLER() local
2763 TNode<HeapObject> constructor = CAST(LoadRegisterAtOperandIndex(0)); IGNITION_HANDLER() local
[all...]
H A Dbytecode-array-builder.cc1453 BytecodeArrayBuilder& BytecodeArrayBuilder::Construct(Register constructor, in Construct() argument
939 StoreClassFieldsInitializer( Register constructor, int feedback_slot) StoreClassFieldsInitializer() argument
946 LoadClassFieldsInitializer( Register constructor, int feedback_slot) LoadClassFieldsInitializer() argument
1327 ThrowIfNotSuperConstructor( Register constructor) ThrowIfNotSuperConstructor() argument
1460 ConstructWithSpread( Register constructor, RegisterList args, int feedback_slot_id) ConstructWithSpread() argument
[all...]
/third_party/python/Modules/
H A D_operator.c1760 PyObject *constructor; in methodcaller_reduce() local
H A D_zoneinfo.c681 PyObject *constructor = PyObject_GetAttrString(obj_self, "_unpickle"); in zoneinfo_reduce() local
/third_party/skia/third_party/externals/tint/src/
H A Dprogram_builder.h133 const ast::Expression* constructor = nullptr; member
1369 Const(NAME&& name, const ast::Type* type, const ast::Expression* constructor, ast::DecorationList decorations = {}) Const() argument
1385 Const(const Source& source, NAME&& name, const ast::Type* type, const ast::Expression* constructor, ast::DecorationList decorations = {}) Const() argument
1479 GlobalConst(NAME&& name, const ast::Type* type, const ast::Expression* constructor, ast::DecorationList decorations = {}) GlobalConst() argument
1498 GlobalConst(const Source& source, NAME&& name, const ast::Type* type, const ast::Expression* constructor, ast::DecorationList decorations = {}) GlobalConst() argument
[all...]
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dparser_impl.cc1599 MakeVariable(uint32_t id, ast::StorageClass sc, const Type* storage_type, bool is_const, const ast::Expression* constructor, ast::DecorationList decorations) MakeVariable() argument
/third_party/node/deps/v8/src/wasm/
H A Dwasm-js.cc2746 SetupConstructor(Isolate* isolate, Handle<JSFunction> constructor, InstanceType instance_type, int instance_size, const char* name = nullptr) SetupConstructor() argument
[all...]
/third_party/node/deps/v8/src/codegen/
H A Dcompiler.cc2891 Handle<JSReceiver> constructor; in Compile() local

Completed in 81 milliseconds

123456