• Home
  • Raw
  • Download

Lines Matching refs:empty_function

202                         Handle<JSFunction> empty_function);
272 Handle<JSFunction> empty_function);
488 Handle<JSFunction> empty_function = in CreateEmptyFunction() local
495 empty_function->set_code(*code); in CreateEmptyFunction()
496 empty_function->shared()->set_code(*code); in CreateEmptyFunction()
501 empty_function->shared()->set_script(*script); in CreateEmptyFunction()
502 empty_function->shared()->set_start_position(0); in CreateEmptyFunction()
503 empty_function->shared()->set_end_position(source->length()); in CreateEmptyFunction()
504 empty_function->shared()->DontAdaptArguments(); in CreateEmptyFunction()
507 native_context()->function_map()->set_prototype(*empty_function); in CreateEmptyFunction()
509 set_prototype(*empty_function); in CreateEmptyFunction()
510 function_map_writable_prototype_->set_prototype(*empty_function); in CreateEmptyFunction()
516 empty_function->set_map(*empty_function_map); in CreateEmptyFunction()
517 return empty_function; in CreateEmptyFunction()
591 Handle<JSFunction> empty_function) { in CreateStrictModeFunctionMap() argument
595 map->set_prototype(*empty_function); in CreateStrictModeFunctionMap()
820 Handle<JSFunction> empty_function) { in InitializeGlobal() argument
823 native_context()->set_closure(*empty_function); in InitializeGlobal()
848 empty_function, Builtins::kIllegal, true, true); in InitializeGlobal()
2584 Handle<JSFunction> empty_function = CreateEmptyFunction(isolate); in Genesis() local
2585 CreateStrictModeFunctionMaps(empty_function); in Genesis()
2590 InitializeGlobal(inner_global, empty_function); in Genesis()