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

/external/v8/test/cctest/
H A Dtest-api.cc10197 if (--call_depth) CompileRun("throw 'ThrowInJS';");
10553 static v8::Handle<Value> ThrowInJS(const v8::Arguments& args) { function
10598 Local<v8::FunctionTemplate> fun_templ = v8::FunctionTemplate::New(ThrowInJS);

Completed in 93 milliseconds