Searched refs:DefineOwnPropertyIgnoreAttributes (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/runtime/ |
D | runtime-object.cc | 940 isolate, result, JSObject::DefineOwnPropertyIgnoreAttributes( in RUNTIME_FUNCTION()
|
/external/v8/src/ |
D | objects.cc | 5218 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()
|
D | objects.h | 2082 MUST_USE_RESULT static MaybeHandle<Object> DefineOwnPropertyIgnoreAttributes( 2086 MUST_USE_RESULT static Maybe<bool> DefineOwnPropertyIgnoreAttributes(
|
D | api.cc | 3561 return i::JSObject::DefineOwnPropertyIgnoreAttributes(&it, value, attrs); in DefineObjectProperty()
|