Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-object.cc940 isolate, result, JSObject::DefineOwnPropertyIgnoreAttributes( in RUNTIME_FUNCTION()
/external/v8/src/
Dobjects.cc5218 MaybeHandle<Object> JSObject::DefineOwnPropertyIgnoreAttributes( in DefineOwnPropertyIgnoreAttributes() function in v8::internal::JSObject
5221 MAYBE_RETURN_NULL(DefineOwnPropertyIgnoreAttributes( in DefineOwnPropertyIgnoreAttributes()
5227 Maybe<bool> JSObject::DefineOwnPropertyIgnoreAttributes( in DefineOwnPropertyIgnoreAttributes() function in v8::internal::JSObject
5356 return DefineOwnPropertyIgnoreAttributes(&it, value, attributes, handling); in SetOwnPropertyIgnoreAttributes()
5365 return DefineOwnPropertyIgnoreAttributes(&it, value, attributes, handling); in SetOwnElementIgnoreAttributes()
5375 return DefineOwnPropertyIgnoreAttributes(&it, value, attributes, handling); in DefinePropertyOrElementIgnoreAttributes()
6602 JSObject::DefineOwnPropertyIgnoreAttributes( in ValidateAndApplyPropertyDescriptor()
6795 MaybeHandle<Object> result = JSObject::DefineOwnPropertyIgnoreAttributes( in ValidateAndApplyPropertyDescriptor()
6862 DefineOwnPropertyIgnoreAttributes(it, value, NONE, DONT_FORCE_FIELD), in CreateDataProperty()
Dobjects.h2082 MUST_USE_RESULT static MaybeHandle<Object> DefineOwnPropertyIgnoreAttributes(
2086 MUST_USE_RESULT static Maybe<bool> DefineOwnPropertyIgnoreAttributes(
Dapi.cc3561 return i::JSObject::DefineOwnPropertyIgnoreAttributes(&it, value, attrs); in DefineObjectProperty()