Home
last modified time | relevance | path

Searched refs:prototype_string (Results 1 – 22 of 22) sorted by relevance

/third_party/mesa3d/src/compiler/glsl/
Dir_function_detect_recursion.cpp281 char *proto = prototype_string(f->sig->return_type, in emit_errors_unlinked()
302 char *proto = prototype_string(f->sig->return_type, in emit_errors_linked()
Dast_function.cpp88 prototype_string(const glsl_type *return_type, const char *name, in prototype_string() function
820 char *str = prototype_string(sig->return_type, f->name, in print_function_prototypes()
844 char *str = prototype_string(NULL, name, actual_parameters); in no_matching_function_error()
Dir.h2521 prototype_string(const glsl_type *return_type, const char *name,
/third_party/node/deps/v8/src/parsing/
Dfunc-name-inferrer.cc28 if (IsOpen() && name != ast_value_factory_->prototype_string()) { in PushLiteralName()
Dparser-base.h6499 if (impl()->IdentifierEquals(name, avf->prototype_string())) { in CheckClassMethodName()
6525 if (is_static && impl()->IdentifierEquals(name, avf->prototype_string())) { in CheckClassFieldName()
/third_party/node/src/
Dnode_realm.cc65 Local<String> prototype_string = in CreateProperties() local
77 ctor.As<Object>()->Get(ctx, prototype_string).ToLocalChecked(); \ in CreateProperties()
/third_party/node/deps/v8/src/objects/
Djs-function.cc1003 Handle<String> prototype_string = isolate->factory()->prototype_string(); in GetDerivedMap() local
1006 JSReceiver::GetProperty(isolate, new_target, prototype_string), Map); in GetDerivedMap()
Dliteral-objects.cc644 static_desc.AddConstant(isolate, factory->prototype_string(), in BuildClassBoilerplate()
Dobjects.cc942 isolate->factory()->prototype_string()), in OrdinaryHasInstance()
/third_party/node/src/api/
Denvironment.cc621 Local<String> prototype_string = in InitializeContextRuntime() local
633 ->Get(context, prototype_string) in InitializeContextRuntime()
/third_party/node/deps/v8/src/init/
Dheap-symbols.h357 V(_, prototype_string, "prototype") \
Dbootstrapper.cc935 factory()->prototype_string(), in CreateIteratorMaps()
1062 factory()->prototype_string(), in CreateAsyncIteratorMaps()
/third_party/node/deps/v8/src/runtime/
Druntime-classes.cc609 isolate->factory()->prototype_string()), in DefineClass()
/third_party/node/deps/v8/src/api/
Dapi-natives.cc480 isolate->factory()->prototype_string()), in GetInstancePrototype()
/third_party/node/deps/v8/src/builtins/
Daccessors.cc357 return MakeAccessor(isolate, isolate->factory()->prototype_string(), in MakeFunctionPrototypeInfo()
/third_party/node/deps/v8/src/heap/
Dfactory.cc3754 prototype_string(), function_prototype_accessor(), attribs); in CreateSloppyFunctionMap()
3832 prototype_string(), function_prototype_accessor(), attribs); in CreateStrictFunctionMap()
3875 prototype_string(), function_prototype_accessor(), ro_attribs); in CreateClassFunctionMap()
/third_party/node/deps/v8/src/profiler/
Dheap-snapshot-generator.cc1175 SetPropertyReference(entry, roots.prototype_string(), proto_or_map, in ExtractJSObjectReferences()
1179 SetPropertyReference(entry, roots.prototype_string(), in ExtractJSObjectReferences()
/third_party/node/deps/v8/src/diagnostics/
Dobjects-debug.cc894 LookupIterator it(isolate, function, isolate->factory()->prototype_string(), in JSFunctionVerify()
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.h198 V(prototype_string, prototype_string, PrototypeString) \
/third_party/node/deps/v8/src/ic/
Dic.cc954 *lookup->name() == roots.prototype_string() && in ComputeHandler()
/third_party/node/deps/v8/src/compiler/
Djs-native-context-specialization.cc1407 name.equals(MakeRef(broker(), factory()->prototype_string()))) { in ReduceJSLoadNamed()
/third_party/node/deps/v8/src/interpreter/
Dbytecode-generator.cc2671 ->LoadLiteral(ast_string_constants()->prototype_string()) in BuildClassLiteral()