Searched refs:markAsInternal (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/inspector/ |
D | v8-internal-value-type.h | 14 bool markAsInternal(v8::Local<v8::Context>, v8::Local<v8::Object>,
|
D | v8-internal-value-type.cc | 38 bool markAsInternal(v8::Local<v8::Context> context, in markAsInternal() function
|
D | v8-inspector-impl.h | 73 bool markAsInternal);
|
D | v8-inspector-impl.cc | 126 const String16& fileName, bool markAsInternal) { in compileScript() argument 132 v8::Boolean::New(m_isolate, markAsInternal), // internal in compileScript()
|
D | v8-debugger.cc | 704 if (!markAsInternal(context, v8::Local<v8::Array>::Cast(copied), in functionScopes() 821 if (!markAsInternal(context, v8::Local<v8::Object>::Cast(copied), in generatorObjectLocation() 854 if (!markAsInternal(context, location, V8InternalValueType::kLocation)) in functionLocation()
|