Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Dcode-kind.h52 inline constexpr bool CodeKindIsInterpretedJSFunction(CodeKind kind) { in CodeKindIsInterpretedJSFunction() function
Dcode-inl.h610 DCHECK(!CodeKindIsInterpretedJSFunction(kind)); in initialize_flags()