Home
last modified time | relevance | path

Searched defs:constructor (Results 351 - 361 of 361) sorted by relevance

1...<<1112131415

/third_party/node/deps/v8/src/heap/
H A Dfactory.cc2184 Handle<JSObject> Factory::NewError(Handle<JSFunction> constructor, in NewError() argument
2198 Handle<JSObject> Factory::NewError(Handle<JSFunction> constructor, in NewError() argument
2424 Handle<JSObject> Factory::NewJSObject(Handle<JSFunction> constructor, in NewJSObject() argument
2444 NewJSGlobalObject( Handle<JSFunction> constructor) NewJSGlobalObject() argument
3119 ReinitializeJSGlobalProxy(Handle<JSGlobalProxy> object, Handle<JSFunction> constructor) ReinitializeJSGlobalProxy() argument
[all...]
/third_party/node/deps/v8/src/init/
H A Dbootstrapper.cc522 SetConstructorInstanceType(Isolate* isolate, Handle<JSFunction> constructor, InstanceType constructor_type) SetConstructorInstanceType() argument
667 InstallSpeciesGetter(Isolate* isolate, Handle<JSFunction> constructor) InstallSpeciesGetter() argument
[all...]
/third_party/node/deps/v8/src/objects/
H A Dobjects.cc260 Handle<JSFunction> constructor; in ToObjectImpl() local
1684 Handle<Object> constructor = isolate->factory()->undefined_value(); in ArraySpeciesConstructor() local
[all...]
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dfunction.cc2497 const ast::Expression* constructor = nullptr; in EmitFunctionVariables() local
/third_party/glslang/glslang/HLSL/
H A DhlslParseHelper.cpp8535 TIntermTyped* constructor = intermediate.setAggregateOperator(aggrNode, op, type, loc); addConstructor() local
8725 TIntermAggregate* constructor = nullptr; convertArray() local
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dbytecode-graph-builder.cc2839 Node* constructor = in VisitThrowIfNotSuperConstructor() local
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-generator.cc2931 void BytecodeGenerator::BuildInstanceMemberInitialization(Register constructor, in BuildInstanceMemberInitialization() argument
5608 Register constructor = register_allocator()->NewRegister(); VisitCallSuper() local
5738 Register constructor = args.first_register(); VisitCallNew() local
[all...]
/third_party/node/deps/v8/src/parsing/
H A Dparser-base.h616 FunctionLiteralT constructor; member
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.cpp10994 napi_value constructor; in CreateJsTextMenuId() local
/third_party/node/deps/v8/src/api/
H A Dapi.cc1561 New( Isolate* isolate, v8::Local<FunctionTemplate> constructor) New() argument
1566 ObjectTemplateNew( i::Isolate* isolate, v8::Local<FunctionTemplate> constructor, bool do_not_cache) ObjectTemplateNew() argument
1588 New( i::Isolate* isolate, v8::Local<FunctionTemplate> constructor) New() argument
1604 i::Handle<i::FunctionTemplateInfo> constructor = Utils::OpenHandle(*templ); EnsureConstructor() local
6723 i::Handle<i::FunctionTemplateInfo> constructor = NewRemoteInstance() local
[all...]
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Djunit-4.10.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...

Completed in 110 milliseconds

1...<<1112131415