Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dv8-debugger.h185 bool IsFunctionBlackboxed(v8::Local<v8::debug::Script> script,
Dv8-debugger.cc619 bool V8Debugger::IsFunctionBlackboxed(v8::Local<v8::debug::Script> script, in IsFunctionBlackboxed() function in v8_inspector::V8Debugger
/external/v8/src/debug/
Ddebug-interface.h171 virtual bool IsFunctionBlackboxed(v8::Local<debug::Script> script, in IsFunctionBlackboxed() function
Ddebug.cc1809 is_blackboxed = debug_delegate_->IsFunctionBlackboxed( in IsBlackboxed()