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;
155 Handle<JSValue> function_wrapper = Handle<JSValue>::cast(function_object); in RUNTIME_FUNCTION() local161 CHECK(function_wrapper->value()->IsSharedFunctionInfo()); in RUNTIME_FUNCTION()162 LiveEdit::SetFunctionScript(function_wrapper, script_object); in RUNTIME_FUNCTION()
90 static void SetFunctionScript(Handle<JSValue> function_wrapper,
975 void LiveEdit::SetFunctionScript(Handle<JSValue> function_wrapper, in SetFunctionScript() argument978 UnwrapSharedFunctionInfoFromJSValue(function_wrapper); in SetFunctionScript()979 Isolate* isolate = function_wrapper->GetIsolate(); in SetFunctionScript()984 function_wrapper->GetIsolate()->compilation_cache()->Remove(shared_info); in SetFunctionScript()