Home
last modified time | relevance | path

Searched refs:map_prototype (Results 1 - 4 of 4) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-map-prototype.c24 #define BUILTIN_UNDERSCORED_ID map_prototype
H A Decma-builtins.inc.h508 map_prototype)
/third_party/node/deps/v8/src/compiler/
H A Djs-native-context-specialization.cc542 HeapObjectRef map_prototype = map.prototype(); in InferHasInPrototypeChain() local
543 if (map_prototype.equals(prototype)) { in InferHasInPrototypeChain()
547 map = map_prototype.map(); in InferHasInPrototypeChain()
H A Djs-call-reducer.cc2722 HeapObjectRef map_prototype = receiver_map.prototype();
2725 if (!map_prototype.equals(prototype) ||
2908 HeapObjectRef map_prototype = object_map.prototype();
2910 !map_prototype.equals(candidate_prototype)) {

Completed in 17 milliseconds