Searched refs:function_wrapper (Results 1 – 4 of 4) sorted by relevance
299 struct function_wrapper {}; struct334 typedef foo::function_wrapper<int (int aaa, int ccc)> test_function_like_typedef5;340 typedef foo::function_wrapper<int (int aaa, int ccc)> *test_function_like_typedef6;346 typedef foo::function_wrapper<int (int aaa, int ccc)> &test_function_like_typedef7;352 typedef foo::function_wrapper<int (int aaa, int ccc)> &&test_function_like_typedef8;
139 Handle<JSValue> function_wrapper = Handle<JSValue>::cast(function_object); in RUNTIME_FUNCTION() local145 CHECK(function_wrapper->value()->IsSharedFunctionInfo()); in RUNTIME_FUNCTION()146 LiveEdit::SetFunctionScript(function_wrapper, script_object); in RUNTIME_FUNCTION()
89 static void SetFunctionScript(Handle<JSValue> function_wrapper,
1051 void LiveEdit::SetFunctionScript(Handle<JSValue> function_wrapper, in SetFunctionScript() argument1054 UnwrapSharedFunctionInfoFromJSValue(function_wrapper); in SetFunctionScript()1055 Isolate* isolate = function_wrapper->GetIsolate(); in SetFunctionScript()1060 function_wrapper->GetIsolate()->compilation_cache()->Remove(shared_info); in SetFunctionScript()