Searched refs:DefineOwnPropertyIgnoreAttributes (Results 1 – 7 of 7) sorted by relevance
/external/v8/src/builtins/ |
D | builtins-function.cc | 217 JSObject::DefineOwnPropertyIgnoreAttributes( in DoFunctionBind() 247 JSObject::DefineOwnPropertyIgnoreAttributes( in DoFunctionBind()
|
/external/v8/src/ |
D | value-serializer.cc | 1682 JSObject::DefineOwnPropertyIgnoreAttributes(&it, value, NONE) in ReadJSObjectProperties() 1714 JSObject::DefineOwnPropertyIgnoreAttributes(&it, value, NONE) in ReadJSObjectProperties() 1760 JSObject::DefineOwnPropertyIgnoreAttributes(&it, value, NONE) in SetPropertiesFromKeyValuePairs()
|
D | objects.cc | 5750 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()
|
D | objects.h | 2278 MUST_USE_RESULT static MaybeHandle<Object> DefineOwnPropertyIgnoreAttributes( 2282 MUST_USE_RESULT static Maybe<bool> DefineOwnPropertyIgnoreAttributes(
|
D | api.cc | 4157 return i::JSObject::DefineOwnPropertyIgnoreAttributes( in DefineObjectProperty() 4214 has_pending_exception = i::JSObject::DefineOwnPropertyIgnoreAttributes( in SetPrivate()
|
/external/v8/src/runtime/ |
D | runtime-object.cc | 668 CHECK(JSObject::DefineOwnPropertyIgnoreAttributes(&it, value, attrs, in RUNTIME_FUNCTION()
|
D | runtime-scopes.cc | 118 isolate, JSObject::DefineOwnPropertyIgnoreAttributes(&it, value, attr)); in DeclareGlobal()
|