Searched refs:empty_function (Results 1 – 11 of 11) sorted by relevance
/third_party/node/deps/v8/src/init/ |
D | bootstrapper.cc | 228 Handle<JSFunction> empty_function); 701 Handle<JSFunction> empty_function = in CreateEmptyFunction() local 704 native_context()->set_empty_function(*empty_function); in CreateEmptyFunction() 712 empty_function->shared().set_raw_scope_info( in CreateEmptyFunction() 714 empty_function->shared().DontAdaptArguments(); in CreateEmptyFunction() 715 empty_function->shared().SetScript(ReadOnlyRoots(isolate()), *script, 1); in CreateEmptyFunction() 717 return empty_function; in CreateEmptyFunction() 826 void Genesis::CreateObjectFunction(Handle<JSFunction> empty_function) { in CreateObjectFunction() argument 862 Handle<Map> empty_function_map(empty_function->map(), isolate_); in CreateObjectFunction() 1504 Handle<JSFunction> empty_function) { in InitializeGlobal() argument [all …]
|
/third_party/node/deps/v8/src/heap/ |
D | factory.h | 786 Handle<JSFunction> empty_function); 788 Handle<Map> CreateClassFunctionMap(Handle<JSFunction> empty_function);
|
D | setup-heap-internal.cc | 882 Handle<ScopeInfo> empty_function = in CreateInitialObjects() local 884 set_empty_function_scope_info(*empty_function); in CreateInitialObjects()
|
D | factory.cc | 3697 Handle<JSFunction> empty_function; in CreateSloppyFunctionMap() local 3698 if (maybe_empty_function.ToHandle(&empty_function)) { in CreateSloppyFunctionMap() 3699 Map::SetPrototype(isolate(), map, empty_function); in CreateSloppyFunctionMap() 3765 FunctionMode function_mode, Handle<JSFunction> empty_function) { in CreateStrictFunctionMap() argument 3789 Map::SetPrototype(isolate(), map, empty_function); in CreateStrictFunctionMap() 3842 Handle<Map> Factory::CreateClassFunctionMap(Handle<JSFunction> empty_function) { in CreateClassFunctionMap() argument 3853 Map::SetPrototype(isolate(), map, empty_function); in CreateClassFunctionMap()
|
/third_party/node/deps/v8/src/debug/ |
D | debug-evaluate.cc | 102 isolate->native_context()->empty_function().shared(), isolate); in Local() 169 native_context->empty_function().shared(), isolate); in WithTopmostArguments()
|
/third_party/node/deps/v8/src/objects/ |
D | contexts.h | 116 V(EMPTY_FUNCTION_INDEX, JSFunction, empty_function) \
|
/third_party/vk-gl-cts/data/gles2/shaders/ |
D | preprocessor.test | 82 case empty_function
|
/third_party/vk-gl-cts/external/openglcts/data/gl33/ |
D | preprocessor.test | 101 case empty_function
|
/third_party/node/deps/v8/src/codegen/ |
D | compiler.cc | 2574 native_context->empty_function().shared(), isolate); in Compile()
|
/third_party/vk-gl-cts/external/openglcts/data/gles3/ |
D | preprocessor.test | 101 case empty_function
|
/third_party/vk-gl-cts/data/gles3/shaders/ |
D | preprocessor.test | 101 case empty_function
|