Searched refs:empty_function (Results 1 – 5 of 5) sorted by relevance
96 static void empty_function(){ in empty_function() function100 empty_function(); in use_empty_function()
160 static void empty_function(){ in empty_function() function163 empty_function(); in use_empty_function()
200 Handle<JSFunction> empty_function);262 Handle<JSFunction> empty_function);494 Handle<JSFunction> empty_function = in CreateEmptyFunction() local501 empty_function->set_code(*code); in CreateEmptyFunction()502 empty_function->shared()->set_code(*code); in CreateEmptyFunction()506 empty_function->shared()->set_script(*script); in CreateEmptyFunction()507 empty_function->shared()->set_start_position(0); in CreateEmptyFunction()508 empty_function->shared()->set_end_position(source->length()); in CreateEmptyFunction()509 empty_function->shared()->DontAdaptArguments(); in CreateEmptyFunction()512 global_context()->function_map()->set_prototype(*empty_function); in CreateEmptyFunction()[all …]
202 Handle<JSFunction> empty_function);272 Handle<JSFunction> empty_function);488 Handle<JSFunction> empty_function = in CreateEmptyFunction() local495 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()[all …]
9 define internal fastcc void @empty_function() {