Searched refs:IsFunctionBlackboxed (Results 1 – 4 of 4) sorted by relevance
185 bool IsFunctionBlackboxed(v8::Local<v8::debug::Script> script,
619 bool V8Debugger::IsFunctionBlackboxed(v8::Local<v8::debug::Script> script, in IsFunctionBlackboxed() function in v8_inspector::V8Debugger
171 virtual bool IsFunctionBlackboxed(v8::Local<debug::Script> script, in IsFunctionBlackboxed() function
1809 is_blackboxed = debug_delegate_->IsFunctionBlackboxed( in IsBlackboxed()