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 {
42 ScopeIterator(Isolate* isolate, FrameInspector* frame_inspector,
45 ScopeIterator(Isolate* isolate, Handle<JSFunction> function);
165 DISALLOW_IMPLICIT_CONSTRUCTORS(ScopeIterator);
debug-scopes.cc 18 ScopeIterator::ScopeIterator(Isolate* isolate, FrameInspector* frame_inspector,
19 ScopeIterator::Option option)
45 // parsing. Sometimes we want to run the ScopeIterator as fast as possible
111 ScopeIterator::ScopeIterator(Isolate* isolate, Handle<JSFunction> function)
121 void ScopeIterator::UnwrapEvaluationContext() {
136 MUST_USE_RESULT MaybeHandle<JSObject> ScopeIterator::MaterializeScopeDetails() {
176 void ScopeIterator::Next() {
213 ScopeIterator::ScopeType ScopeIterator::Type()
    [all...]

Completed in 39 milliseconds