Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-function.cc217 JSObject::DefineOwnPropertyIgnoreAttributes( in DoFunctionBind()
247 JSObject::DefineOwnPropertyIgnoreAttributes( in DoFunctionBind()
/external/v8/src/
Dvalue-serializer.cc1682 JSObject::DefineOwnPropertyIgnoreAttributes(&it, value, NONE) in ReadJSObjectProperties()
1714 JSObject::DefineOwnPropertyIgnoreAttributes(&it, value, NONE) in ReadJSObjectProperties()
1760 JSObject::DefineOwnPropertyIgnoreAttributes(&it, value, NONE) in SetPropertiesFromKeyValuePairs()
Dobjects.cc5750 MaybeHandle<Object> JSObject::DefineOwnPropertyIgnoreAttributes( in DefineOwnPropertyIgnoreAttributes() function in v8::internal::JSObject
5753 MAYBE_RETURN_NULL(DefineOwnPropertyIgnoreAttributes( in DefineOwnPropertyIgnoreAttributes()
5759 Maybe<bool> JSObject::DefineOwnPropertyIgnoreAttributes( in DefineOwnPropertyIgnoreAttributes() function in v8::internal::JSObject
5852 return DefineOwnPropertyIgnoreAttributes(&it, value, attributes); in SetOwnPropertyIgnoreAttributes()
5860 return DefineOwnPropertyIgnoreAttributes(&it, value, attributes); in SetOwnElementIgnoreAttributes()
5869 return DefineOwnPropertyIgnoreAttributes(&it, value, attributes); in DefinePropertyOrElementIgnoreAttributes()
6695 JSObject::DefineOwnPropertyIgnoreAttributes(it, value, in ValidateAndApplyPropertyDescriptor()
6881 JSObject::DefineOwnPropertyIgnoreAttributes(it, value, attrs); in ValidateAndApplyPropertyDescriptor()
6957 DefineOwnPropertyIgnoreAttributes(it, value, NONE), in CreateDataProperty()
Dobjects.h2278 MUST_USE_RESULT static MaybeHandle<Object> DefineOwnPropertyIgnoreAttributes(
2282 MUST_USE_RESULT static Maybe<bool> DefineOwnPropertyIgnoreAttributes(
Dapi.cc4157 return i::JSObject::DefineOwnPropertyIgnoreAttributes( in DefineObjectProperty()
4214 has_pending_exception = i::JSObject::DefineOwnPropertyIgnoreAttributes( in SetPrivate()
/external/v8/src/runtime/
Druntime-object.cc668 CHECK(JSObject::DefineOwnPropertyIgnoreAttributes(&it, value, attrs, in RUNTIME_FUNCTION()
Druntime-scopes.cc118 isolate, JSObject::DefineOwnPropertyIgnoreAttributes(&it, value, attr)); in DeclareGlobal()