Searched defs:unchecked_code (Results 1 – 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/execution/ | ||
D | frames.cc | 760 Code EntryFrame::unchecked_code() const { in unchecked_code() function in v8::internal::EntryFrame |
D | frames.h | 539 Code unchecked_code() const override { return {}; } in unchecked_code() function |