Lines Matching refs:top
552 // Visit the roots from the top for a given thread.
824 // objects on frames deeper than the top-most one with a strict mode
1507 // Get the native context of current top context.
1789 // JavaScript handler for a finally-block might re-throw to top-level.
1910 // Wasm code, we unwind the handlers until the top ENTRY handler is found.
2230 // external handler which is on top of the top-most JS_ENTRY handler.
2498 // A handler cannot be on top if it doesn't exist. For uncatchable exceptions,
2499 // the JavaScript handler cannot be on top.
2512 // external handler which is on top of the top-most JS_ENTRY handler.
2559 // there's no JavaScript handler on top; if there was, we would've returned
2709 promise = promises.top();
2719 // Find the top-most try-catch or try-finally handler.