Home
last modified time | relevance | path

Searched defs:ScopeInfo (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dscope-info-inl.h22 TQ_OBJECT_CONSTRUCTORS_IMPL(ScopeInfo) in TQ_OBJECT_CONSTRUCTORS_IMPL() argument
Dshared-function-info-inl.h414 DEF_ACQUIRE_GETTER(SharedFunctionInfo, scope_info, ScopeInfo) { in DEF_ACQUIRE_GETTER() argument
422 DEF_GETTER(SharedFunctionInfo, scope_info, ScopeInfo) { in DEF_GETTER() argument
Dcontexts-inl.h115 ACCESSORS(Context, scope_info, ScopeInfo, kScopeInfoOffset) in ACCESSORS() argument
/third_party/node/deps/v8/src/compiler/
Dheap-refs.cc1548 HEAP_ACCESSOR_C(ScopeInfo, int, ContextLength) in HEAP_ACCESSOR_C() argument
/third_party/node/deps/v8/src/common/
Dglobals.h757 class ScopeInfo; variable