HomeSort by relevance Sort by last modified time
    Searched defs:ScopeIterator (Results 1 - 2 of 2) sorted by null

  /external/v8/src/debug/
debug-scopes.h 18 class ScopeIterator {
38 ScopeIterator(Isolate* isolate, FrameInspector* frame_inspector,
41 ScopeIterator(Isolate* isolate, Handle<JSFunction> function);
43 ~ScopeIterator() { delete non_locals_; }
144 DISALLOW_IMPLICIT_CONSTRUCTORS(ScopeIterator);
debug-scopes.cc 17 ScopeIterator::ScopeIterator(Isolate* isolate, FrameInspector* frame_inspector,
18 ScopeIterator::Option option)
45 // parsing. Sometimes we want to run the ScopeIterator as fast as possible
117 ScopeIterator::ScopeIterator(Isolate* isolate, Handle<JSFunction> function)
128 MUST_USE_RESULT MaybeHandle<JSObject> ScopeIterator::MaterializeScopeDetails() {
147 void ScopeIterator::Next() {
182 ScopeIterator::ScopeType ScopeIterator::Type()
    [all...]

Completed in 39 milliseconds