Searched defs:ThrowInJSNoCatch (Results 1 - 2 of 2) sorted by relevance

/external/v8/test/cctest/
H A Dtest-api.cc10576 static v8::Handle<Value> ThrowInJSNoCatch(const v8::Arguments& args) { function
10620 v8::FunctionTemplate::New(ThrowInJSNoCatch);
/external/chromium_org/v8/test/cctest/
H A Dtest-api.cc12954 static void ThrowInJSNoCatch(const v8::FunctionCallbackInfo<v8::Value>& args) { function
12998 v8::FunctionTemplate::New(ThrowInJSNoCatch);

Completed in 107 milliseconds