Home
last modified time | relevance | path

Searched defs:IsFunctionBlackboxed (Results 1 – 2 of 2) sorted by relevance

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