Home
last modified time | relevance | path

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

/third_party/node/src/api/
Denvironment.cc582 Local<String> prototype_string = FIXED_ONE_BYTE_STRING(isolate, "prototype"); in InitializeContextRuntime() local
/third_party/node/src/
Denv.cc278 Local<String> prototype_string = in CreateProperties() local
/third_party/mesa3d/src/compiler/glsl/
Dast_function.cpp87 prototype_string(const glsl_type *return_type, const char *name, in prototype_string() function