Home
last modified time | relevance | path

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

/external/v8/test/cctest/
Dtest-debug.cc5774 v8::Local<v8::Function> debugger_call_with_data; variable
5823 CHECK(v8::Debug::Call(context, debugger_call_with_data, data) in CheckDataParameter()
5829 CHECK(v8::Debug::Call(context, debugger_call_with_data).IsEmpty()); in CheckDataParameter()
5894 debugger_call_with_data = v8::Local<v8::Function>::Cast( in TEST()