Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-object.cc974 MAYBE_RETURN(JSReceiver::SetOrCopyDataProperties(isolate, target, source), in RUNTIME_FUNCTION()
990 MAYBE_RETURN(JSReceiver::SetOrCopyDataProperties(isolate, target, source, in RUNTIME_FUNCTION()
1024 MAYBE_RETURN(JSReceiver::SetOrCopyDataProperties(isolate, target, source, in RUNTIME_FUNCTION()
/external/v8/src/ic/
Dic.cc2545 MAYBE_RETURN(JSReceiver::SetOrCopyDataProperties(isolate, new_object, source, in CloneObjectSlowPath()
/external/v8/src/
Dobjects.h2048 V8_WARN_UNUSED_RESULT static Maybe<bool> SetOrCopyDataProperties(
Dobjects.cc2231 Maybe<bool> JSReceiver::SetOrCopyDataProperties( in SetOrCopyDataProperties() function in v8::internal::JSReceiver