Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-async-gen.cc40 static const int kRejectClosureOffset = in Await() local
43 kRejectClosureOffset + JSFunction::kSizeWithoutPrototype; in Await()
91 Node* const on_reject = InnerAllocate(base, kRejectClosureOffset); in Await()
167 static const int kRejectClosureOffset = in AwaitOptimized() local
170 kRejectClosureOffset + JSFunction::kSizeWithoutPrototype; in AwaitOptimized()
208 Node* const on_reject = InnerAllocate(base, kRejectClosureOffset); in AwaitOptimized()