Searched refs:trouble_caller (Results 1 – 1 of 1) sorted by relevance
8528 Local<Value> trouble_caller = global->Get(v8_str("trouble_caller")); in TEST() local8529 CHECK(trouble_caller->IsFunction()); in TEST()8530 Function::Cast(*trouble_caller)->Call(global, 0, NULL); in TEST()