Home
last modified time | relevance | path

Searched defs:function_wrapper (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/runtime/
Druntime-liveedit.cc155 Handle<JSValue> function_wrapper = Handle<JSValue>::cast(function_object); in RUNTIME_FUNCTION() local
/external/clang/test/Sema/
Dwarn-documentation.cpp299 struct function_wrapper {}; struct
/external/v8/src/debug/
Dliveedit.cc975 void LiveEdit::SetFunctionScript(Handle<JSValue> function_wrapper, in SetFunctionScript()