Home
last modified time | relevance | path

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

/third_party/node/deps/v8/include/
H A Dv8-util.h577 class PersistentValueVector { class
579 explicit PersistentValueVector(Isolate* isolate) : isolate_(isolate) { } in PersistentValueVector() function in v8::PersistentValueVector
581 ~PersistentValueVector() { in ~PersistentValueVector()
H A Dv8-local-handle.h38 class PersistentValueVector;
307 friend class PersistentValueVector;
H A Dv8-persistent-handle.h19 class PersistentValueVector;
224 friend class PersistentValueVector;
/third_party/node/deps/v8/include/v8-include/
H A Dv8-util.h581 class V8_DEPRECATE_SOON("Use std::vector<Global<V>>.") PersistentValueVector {
583 explicit PersistentValueVector(Isolate* isolate) : isolate_(isolate) { } in PersistentValueVector() function
585 ~PersistentValueVector() { in ~PersistentValueVector()
H A Dv8-local-handle.h51 class PersistentValueVector;
369 friend class PersistentValueVector;
H A Dv8-persistent-handle.h19 class PersistentValueVector;
208 friend class PersistentValueVector;
/third_party/node/deps/v8/src/profiler/
H A Dheap-profiler.h95 v8::PersistentValueVector<v8::Object>* objects);
H A Dheap-profiler.cc238 PersistentValueVector<v8::Object>* objects) { in QueryObjects()
/third_party/node/deps/v8/src/debug/
H A Ddebug-interface.h253 PersistentValueVector<Script>& scripts);
550 v8::PersistentValueVector<v8::Object>* objects);
553 v8::PersistentValueVector<v8::String>* names);
H A Ddebug-interface.cc805 PersistentValueVector<Script>& scripts) { in GetLoadedScripts()
1068 PersistentValueVector<v8::Object>* objects) { in QueryObjects()
1076 v8::PersistentValueVector<v8::String>* names) { in GlobalLexicalScopeNames()
/third_party/node/deps/v8/src/inspector/
H A Dv8-debugger.cc142 v8::PersistentValueVector<v8::debug::Script> scripts(m_isolate); in getCompiledScripts()
800 v8::PersistentValueVector<v8::Object> v8Objects(isolate); in queryObjects()
H A Dv8-runtime-agent-impl.cc672 v8::PersistentValueVector<v8::String> names(m_inspector->isolate()); in globalLexicalScopeNames()
/third_party/node/deps/v8/src/api/
H A Dapi.cc449 PersistentValueVector<Context> contexts_;

Completed in 42 milliseconds