Home
last modified time | relevance | path

Searched defs:prototype_string (Results 1 – 4 of 4) sorted by relevance

/third_party/node/src/
Dnode_realm.cc64 Local<String> prototype_string = in CreateProperties() local
/third_party/node/src/api/
Denvironment.cc628 Local<String> prototype_string = in InitializeContextRuntime() local
/third_party/node/deps/v8/src/objects/
Djs-function.cc1003 Handle<String> prototype_string = isolate->factory()->prototype_string(); in GetDerivedMap() local
/third_party/mesa3d/src/compiler/glsl/
Dast_function.cpp88 prototype_string(const glsl_type *return_type, const char *name, in prototype_string() function