Home
last modified time | relevance | path

Searched refs:fun_name (Results 1 – 4 of 4) sorted by relevance

/external/webkit/V8Binding/v8/src/
Dd8-debug.cc76 Local<String> fun_name = String::New("debugCommandProcessor"); in HandleDebugEvent() local
77 Local<Function> fun = Function::Cast(*exec_state->Get(fun_name)); in HandleDebugEvent()
112 Handle<String> fun_name; in HandleDebugEvent() local
121 fun_name = String::New("processDebugRequest"); in HandleDebugEvent()
122 fun = Handle<Function>::Cast(cmd_processor->Get(fun_name)); in HandleDebugEvent()
Ddebug.cc2200 v8::Local<v8::String> fun_name = in NotifyMessageHandler() local
2203 v8::Function::Cast(*api_exec_state->Get(fun_name)); in NotifyMessageHandler()
2237 v8::Local<v8::String> fun_name; in NotifyMessageHandler() local
2241 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()
Dobjects.cc899 Object* fun_name = JSFunction::cast(this)->shared()->name(); in JSObjectShortPrint() local
901 if (fun_name->IsString()) { in JSObjectShortPrint()
902 String* str = String::cast(fun_name); in JSObjectShortPrint()
/external/webkit/V8Binding/v8/test/cctest/
Dtest-debug.cc685 v8::Local<v8::String> fun_name = v8::String::New("uncaught"); in DebugEventCounter() local
687 v8::Function::Cast(*event_data->Get(fun_name)); in DebugEventCounter()