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

/external/v8/test/cctest/
H A Dtest-api.cc6124 arg_this->Get(v8_str("trouble_caller"));
6153 "function trouble_caller() {"
6160 Local<Value> trouble_caller = global->Get(v8_str("trouble_caller")); local
6161 CHECK(trouble_caller->IsFunction());
6162 Function::Cast(*trouble_caller)->Call(global, 0, NULL);

Completed in 69 milliseconds