Home
last modified time | relevance | path

Searched refs:ThrowInJSNoCatch (Results 1 – 1 of 1) sorted by relevance

/external/v8/test/cctest/
Dtest-api.cc13547 static void ThrowInJSNoCatch(const v8::FunctionCallbackInfo<v8::Value>& args) { in ThrowInJSNoCatch() function
13593 v8::FunctionTemplate::New(env->GetIsolate(), ThrowInJSNoCatch); in TEST()