Searched refs:DefineOwnPropertyIgnoreAttributes (Results 1 – 7 of 7) sorted by relevance
/external/v8/src/builtins/ |
D | builtins-function.cc | 234 JSObject::DefineOwnPropertyIgnoreAttributes( in DoFunctionBind() 264 JSObject::DefineOwnPropertyIgnoreAttributes( in DoFunctionBind()
|
/external/v8/src/ |
D | value-serializer.cc | 1774 JSObject::DefineOwnPropertyIgnoreAttributes(&it, value, NONE) in ReadJSObjectProperties() 1808 JSObject::DefineOwnPropertyIgnoreAttributes(&it, value, NONE) in ReadJSObjectProperties() 1855 JSObject::DefineOwnPropertyIgnoreAttributes(&it, value, NONE) in SetPropertiesFromKeyValuePairs()
|
D | objects.cc | 5367 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()
|
D | objects.h | 2173 MUST_USE_RESULT static MaybeHandle<Object> DefineOwnPropertyIgnoreAttributes( 2177 MUST_USE_RESULT static Maybe<bool> DefineOwnPropertyIgnoreAttributes(
|
D | api.cc | 4319 return i::JSObject::DefineOwnPropertyIgnoreAttributes( in DefineObjectProperty() 4376 has_pending_exception = i::JSObject::DefineOwnPropertyIgnoreAttributes( in SetPrivate()
|
/external/v8/src/runtime/ |
D | runtime-scopes.cc | 116 isolate, JSObject::DefineOwnPropertyIgnoreAttributes(&it, value, attr)); in DeclareGlobal()
|
D | runtime-object.cc | 677 CHECK(JSObject::DefineOwnPropertyIgnoreAttributes(&it, value, attrs, in RUNTIME_FUNCTION()
|