Home
last modified time | relevance | path

Searched refs:kExceptionOffset (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/objects/
Dmodule.h136 static const int kExceptionOffset = kDfsAncestorIndexOffset + kPointerSize; variable
137 static const int kScriptOffset = kExceptionOffset + kPointerSize;
Dmodule-inl.h27 ACCESSORS(Module, exception, Object, kExceptionOffset) in ACCESSORS()