Searched refs:fun_name (Results 1 – 4 of 4) sorted by relevance
76 Local<String> fun_name = String::New("debugCommandProcessor"); in HandleDebugEvent() local77 Local<Function> fun = Function::Cast(*exec_state->Get(fun_name)); in HandleDebugEvent()112 Handle<String> fun_name; in HandleDebugEvent() local121 fun_name = String::New("processDebugRequest"); in HandleDebugEvent()122 fun = Handle<Function>::Cast(cmd_processor->Get(fun_name)); in HandleDebugEvent()
2200 v8::Local<v8::String> fun_name = in NotifyMessageHandler() local2203 v8::Function::Cast(*api_exec_state->Get(fun_name)); in NotifyMessageHandler()2237 v8::Local<v8::String> fun_name; in NotifyMessageHandler() local2241 fun_name = v8::String::New("processDebugRequest"); in NotifyMessageHandler()2242 fun = v8::Function::Cast(*cmd_processor->Get(fun_name)); in NotifyMessageHandler()2268 fun_name = v8::String::New("isRunning"); in NotifyMessageHandler()2269 fun = v8::Function::Cast(*cmd_processor->Get(fun_name)); in NotifyMessageHandler()
899 Object* fun_name = JSFunction::cast(this)->shared()->name(); in JSObjectShortPrint() local901 if (fun_name->IsString()) { in JSObjectShortPrint()902 String* str = String::cast(fun_name); in JSObjectShortPrint()
685 v8::Local<v8::String> fun_name = v8::String::New("uncaught"); in DebugEventCounter() local687 v8::Function::Cast(*event_data->Get(fun_name)); in DebugEventCounter()