Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Djs-operator.cc1194 const Operator* JSOperatorBuilder::HasContextExtension(size_t depth) { in HasContextExtension() function in v8::internal::compiler::JSOperatorBuilder
Djs-operator.h1053 const Operator* HasContextExtension(size_t depth); in NON_EXPORTED_BASE()
Dbytecode-graph-builder.cc1806 Node* has_extension = NewNode(javascript()->HasContextExtension(d)); in CheckContextExtensionsSlowPath()