Home
last modified time | relevance | path

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

/external/v8/src/
Dobjects-inl.h296 Handle<Object> Object::WrapForRead(Isolate* isolate, in WrapForRead() function
Dobjects.h1085 inline static Handle<Object> WrapForRead(Isolate* isolate,
Dobjects.cc2024 value = Object::WrapForRead(isolate, value, old_details.representation()); in MigrateFastToFast()
5356 return Object::WrapForRead(isolate, raw_value, representation); in FastPropertyAt()
Druntime.cc14750 return *Object::WrapForRead(isolate, raw_value, Representation::Double()); in RUNTIME_FUNCTION()