Searched defs:is_jsarray (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Dcode-stubs.h1746 ElementsKind to_kind, bool is_jsarray,
1751 IsJSArrayBits::encode(is_jsarray);
1756 bool is_jsarray() const { return IsJSArrayBits::decode(minor_key_); } function in class:v8::ElementsTransitionAndStoreStub
1745 ElementsTransitionAndStoreStub(Isolate* isolate, ElementsKind from_kind, ElementsKind to_kind, bool is_jsarray, KeyedAccessStoreMode store_mode) argument
/external/v8/src/ic/
H A Dic.cc2294 bool is_jsarray = receiver_map->instance_type() == JS_ARRAY_TYPE; local
2303 StoreFastElementStub(isolate(), is_jsarray, elements_kind, store_mode)

Completed in 115 milliseconds