Searched refs:SetObjectProperty (Results 1 - 5 of 5) sorted by relevance

/external/v8/test/cctest/
H A Dtest-compiler.cc53 Runtime::SetObjectProperty(isolate, global, internalized_name, object,
/external/v8/src/ic/
H A Dic.cc1791 isolate(), result, Runtime::SetObjectProperty(isolate(), object, key,
1870 Runtime::SetObjectProperty(isolate(), object, key, value,
2175 Runtime::SetObjectProperty(isolate, object, key, value, strict_mode));
2191 Runtime::SetObjectProperty(isolate, object, key, value, strict_mode));
2213 Runtime::SetObjectProperty(isolate, object, key, value, strict_mode));
/external/v8/src/
H A Druntime.h838 MUST_USE_RESULT static MaybeHandle<Object> SetObjectProperty(
H A Druntime.cc5130 MaybeHandle<Object> Runtime::SetObjectProperty(Isolate* isolate, function in class:Runtime
5414 Runtime::SetObjectProperty(isolate, object, key, value, strict_mode));
11589 Runtime::SetObjectProperty(isolate, target, name, value, SLOPPY),
11602 Runtime::SetObjectProperty(isolate, target, name, value, SLOPPY),
11691 Runtime::SetObjectProperty(isolate, target, key, value, SLOPPY),
11798 Runtime::SetObjectProperty(isolate, ext, variable_name, new_value,
H A Dapi.cc3116 i::Runtime::SetObjectProperty(isolate, self, key_obj, value_obj,

Completed in 150 milliseconds