Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-object-prototype.c58 #define BUILTIN_UNDERSCORED_ID object_prototype
Decma-builtins.inc.h24 object_prototype)
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc10265 TNode<HeapObject> object_prototype = LoadMapPrototype(object_map); in HasInPrototypeChain() local
10266 GotoIf(IsNull(object_prototype), &return_false); in HasInPrototypeChain()
10267 GotoIf(TaggedEqual(object_prototype, prototype), &return_true); in HasInPrototypeChain()
10270 CSA_DCHECK(this, TaggedIsNotSmi(object_prototype)); in HasInPrototypeChain()
10271 var_object_map = LoadMap(object_prototype); in HasInPrototypeChain()