Home
last modified time | relevance | path

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

/external/v8/src/
Dobjects-inl.h580 Handle<Object> Object::WrapForRead(Isolate* isolate, Handle<Object> object, in WrapForRead() function
Dobjects.h1195 inline static Handle<Object> WrapForRead(Isolate* isolate,
Dobjects.cc4270 value = Object::WrapForRead(isolate, value, old_representation); in MigrateFastToFast()
8799 return Object::WrapForRead(isolate, raw_value, representation); in FastPropertyAt()