Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/builtins/
Dbuiltins-shadowrealm-gen.cc75 Branch(IsJSWrappedFunction(CAST(value)), &unwrap, &wrap); in TF_BUILTIN()
/third_party/node/deps/v8/src/objects/
Djs-function.cc318 if (function->bound_target_function().IsJSWrappedFunction()) { in GetName()
353 if (function->bound_target_function().IsJSWrappedFunction()) { in GetLength()
433 if (value->IsJSWrappedFunction()) { in Create()
Djs-objects.cc688 if (current.IsJSWrappedFunction()) { in GetFunctionRealm()
Dobjects.cc497 } else if (input->IsJSWrappedFunction()) { in NoSideEffectsToMaybeString()
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.h2601 TNode<BoolT> IsJSWrappedFunction(TNode<HeapObject> object);
Dcode-stub-assembler.cc6545 TNode<BoolT> CodeStubAssembler::IsJSWrappedFunction(TNode<HeapObject> object) { in IsJSWrappedFunction() function in v8::internal::CodeStubAssembler
9306 GotoIf(IsJSWrappedFunction(current_value), &is_wrapped_function); in GetFunctionRealm()