Searched refs:functionLocation (Results 1 – 3 of 3) sorted by relevance
396 var functionLocation = ensureFuncMirror().sourceLocation();397 if (functionLocation) {398 details.functionLocation = {399 "lineNumber": functionLocation.line,400 "columnNumber": functionLocation.column,
124 v8::Local<v8::Value> functionLocation(v8::Local<v8::Context>,
721 v8::Local<v8::Value> location = functionLocation(context, function); in internalProperties()827 v8::Local<v8::Value> V8Debugger::functionLocation( in functionLocation() function in v8_inspector::V8Debugger