Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc13503 Runtime::FunctionId fallback_runtime_function_id; in HasProperty() local
13506 fallback_runtime_function_id = Runtime::kHasProperty; in HasProperty()
13509 fallback_runtime_function_id = Runtime::kForInHasProperty; in HasProperty()
13514 CAST(CallRuntime(fallback_runtime_function_id, context, object, key)); in HasProperty()