HomeSort by relevance Sort by last modified time
    Searched defs:function_wrapper (Results 1 - 2 of 2) sorted by null

  /external/v8/src/runtime/
runtime-liveedit.cc 141 Handle<JSValue> function_wrapper = Handle<JSValue>::cast(function_object); local
147 RUNTIME_ASSERT(function_wrapper->value()->IsSharedFunctionInfo());
148 LiveEdit::SetFunctionScript(function_wrapper, script_object);
  /external/clang/test/Sema/
warn-documentation.cpp 299 struct function_wrapper {}; struct in namespace:foo::bar
334 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;
    [all...]

Completed in 172 milliseconds