Home
last modified time | relevance | path

Searched refs:DefineOwnPropertyIgnoreAttributes (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/builtins/
Dbuiltins-function.cc234 JSObject::DefineOwnPropertyIgnoreAttributes( in DoFunctionBind()
264 JSObject::DefineOwnPropertyIgnoreAttributes( in DoFunctionBind()
/external/v8/src/
Dvalue-serializer.cc1774 JSObject::DefineOwnPropertyIgnoreAttributes(&it, value, NONE) in ReadJSObjectProperties()
1808 JSObject::DefineOwnPropertyIgnoreAttributes(&it, value, NONE) in ReadJSObjectProperties()
1855 JSObject::DefineOwnPropertyIgnoreAttributes(&it, value, NONE) in SetPropertiesFromKeyValuePairs()
Dobjects.cc5367 MaybeHandle<Object> JSObject::DefineOwnPropertyIgnoreAttributes( in DefineOwnPropertyIgnoreAttributes() function in v8::internal::JSObject
5370 MAYBE_RETURN_NULL(DefineOwnPropertyIgnoreAttributes( in DefineOwnPropertyIgnoreAttributes()
5376 Maybe<bool> JSObject::DefineOwnPropertyIgnoreAttributes( in DefineOwnPropertyIgnoreAttributes() function in v8::internal::JSObject
5469 return DefineOwnPropertyIgnoreAttributes(&it, value, attributes); in SetOwnPropertyIgnoreAttributes()
5477 return DefineOwnPropertyIgnoreAttributes(&it, value, attributes); in SetOwnElementIgnoreAttributes()
5486 return DefineOwnPropertyIgnoreAttributes(&it, value, attributes); in DefinePropertyOrElementIgnoreAttributes()
6300 JSObject::DefineOwnPropertyIgnoreAttributes(it, value, in ValidateAndApplyPropertyDescriptor()
6486 JSObject::DefineOwnPropertyIgnoreAttributes(it, value, attrs); in ValidateAndApplyPropertyDescriptor()
6562 DefineOwnPropertyIgnoreAttributes(it, value, NONE), in CreateDataProperty()
Dobjects.h2173 MUST_USE_RESULT static MaybeHandle<Object> DefineOwnPropertyIgnoreAttributes(
2177 MUST_USE_RESULT static Maybe<bool> DefineOwnPropertyIgnoreAttributes(
Dapi.cc4319 return i::JSObject::DefineOwnPropertyIgnoreAttributes( in DefineObjectProperty()
4376 has_pending_exception = i::JSObject::DefineOwnPropertyIgnoreAttributes( in SetPrivate()
/external/v8/src/runtime/
Druntime-scopes.cc116 isolate, JSObject::DefineOwnPropertyIgnoreAttributes(&it, value, attr)); in DeclareGlobal()
Druntime-object.cc677 CHECK(JSObject::DefineOwnPropertyIgnoreAttributes(&it, value, attrs, in RUNTIME_FUNCTION()