Home
last modified time | relevance | path

Searched refs:LocationMirror (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/inspector/
H A Dvalue-mirror.cc688 class LocationMirror final : public ValueMirror {
690 static std::unique_ptr<LocationMirror> create( in create()
696 static std::unique_ptr<LocationMirror> createForGenerator( in createForGenerator()
739 static std::unique_ptr<LocationMirror> create(v8::Local<v8::Value> value, in create()
747 return std::unique_ptr<LocationMirror>( in create()
748 new LocationMirror(value, scriptId, lineNumber, columnNumber)); in create()
751 LocationMirror(v8::Local<v8::Value> value, int scriptId, int lineNumber, in LocationMirror() function in v8_inspector::__anon14721::final
1537 auto location = LocationMirror::create(function); in getInternalProperties()
1549 auto location = LocationMirror::createForGenerator(object); in getInternalProperties()

Completed in 4 milliseconds