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