Home
last modified time | relevance | path

Searched refs:function_prototype (Results 1 – 12 of 12) sorted by relevance

/third_party/node/deps/v8/src/builtins/
Dbuiltins-shadowrealm-gen.cc123 TNode<Object> function_prototype = LoadMapPrototype(CAST(function_map)); in TF_BUILTIN() local
124 GotoIf(TaggedNotEqual(prototype, function_prototype), &slow_wrap); in TF_BUILTIN()
Daccessors.h45 V(_, function_prototype, FunctionPrototype, kHasNoSideEffect, \
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
Dglslang.y249 %type <interm> function_prototype
603 : function_prototype SEMICOLON {
635 function_prototype
1685 : function_prototype {
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-function-prototype.c55 #define BUILTIN_UNDERSCORED_ID function_prototype
Decma-builtins.inc.h173 function_prototype)
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
Dglslang.y220 …_header_with_parameters function_call_header_no_parameters function_call_generic function_prototype
607 : function_prototype SEMICOLON {
641 function_prototype
1618 : function_prototype {
/third_party/mesa3d/src/compiler/glsl/
Dglsl_parser.yy209 %type <function> function_prototype
835 function_prototype ';'
865 function_prototype:
2839 function_prototype compound_statement_no_new_scope
/third_party/node/deps/v8/src/objects/
Dcontexts.h125 V(FUNCTION_PROTOTYPE_INDEX, JSObject, function_prototype) \
/third_party/glslang/glslang/MachineIndependent/
Dglslang.y340 …_header_with_parameters function_call_header_no_parameters function_call_generic function_prototype
859 : function_prototype SEMICOLON {
928 function_prototype
3842 : function_prototype {
Dglslang.m4340 …_header_with_parameters function_call_header_no_parameters function_call_generic function_prototype
859 : function_prototype SEMICOLON {
928 function_prototype
3842 : function_prototype {
/third_party/node/deps/v8/src/compiler/
Djs-native-context-specialization.cc368 HeapObjectRef function_prototype = function_map.prototype(); in ReduceJSGetSuperConstructor() local
375 Node* value = jsgraph()->Constant(function_prototype); in ReduceJSGetSuperConstructor()
/third_party/node/deps/v8/src/init/
Dbootstrapper.cc4525 Handle<JSObject> empty_function(native_context()->function_prototype(), in EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE()