Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Djs-function.cc1116 DCHECK(map.IsJSFunctionMap()); in UseFastFunctionNameLookup()
/third_party/node/deps/v8/src/diagnostics/
Dobjects-debug.cc530 CHECK_IMPLIES(has_prototype_slot(), IsJSFunctionMap()); in MapVerify()
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc3845 CSA_DCHECK(this, Word32BinaryNot(IsJSFunctionMap(map))); in AllocateJSObjectFromMap()
6842 return IsJSFunctionMap(LoadMap(object)); in IsJSFunction()
6849 TNode<BoolT> CodeStubAssembler::IsJSFunctionMap(TNode<Map> map) { in IsJSFunctionMap() function in v8::internal::CodeStubAssembler
9260 GotoIf(IsJSFunctionMap(function_map), &if_jsfunction); in GetCreationContext()
9265 CSA_DCHECK(this, IsJSFunctionMap(receiver_map)); in GetCreationContext()
Dcode-stub-assembler.h2566 TNode<BoolT> IsJSFunctionMap(TNode<Map> map);