Searched refs:SetOwnPropertyIgnoreAttributes (Results 1 – 13 of 13) sorted by relevance
/external/v8/src/debug/ |
D | debug-frames.cc | 118 JSObject::SetOwnPropertyIgnoreAttributes(target, name, value, NONE).Check(); in MaterializeStackLocals() 129 JSObject::SetOwnPropertyIgnoreAttributes(target, name, value, NONE).Check(); in MaterializeStackLocals()
|
D | debug-scopes.cc | 533 JSObject::SetOwnPropertyIgnoreAttributes(catch_scope, name, thrown_object, in MaterializeCatchScope() 702 JSObject::SetOwnPropertyIgnoreAttributes(ext, variable_name, new_value, in SetBlockVariableValue() 735 JSObject::SetOwnPropertyIgnoreAttributes(ext, variable_name, new_value, in SetClosureVariableValue() 794 JSObject::SetOwnPropertyIgnoreAttributes( in CopyContextLocalsToScopeObject() 818 isolate_, JSObject::SetOwnPropertyIgnoreAttributes( in CopyContextExtensionToScopeObject()
|
D | debug-evaluate.cc | 308 JSObject::SetOwnPropertyIgnoreAttributes(target, arguments_str, arguments, in MaterializeArgumentsObject() 350 JSObject::SetOwnPropertyIgnoreAttributes(target, name, value, NONE).Check(); in MaterializeContextChain()
|
/external/v8/src/runtime/ |
D | runtime-classes.cc | 159 JSObject::SetOwnPropertyIgnoreAttributes( in DefineClass() 167 isolate, JSObject::SetOwnPropertyIgnoreAttributes( in DefineClass()
|
D | runtime-scopes.cc | 81 RETURN_FAILURE_ON_EXCEPTION(isolate, JSObject::SetOwnPropertyIgnoreAttributes( in DeclareGlobals() 199 RETURN_FAILURE_ON_EXCEPTION(isolate, JSObject::SetOwnPropertyIgnoreAttributes( in RUNTIME_FUNCTION() 313 RETURN_FAILURE_ON_EXCEPTION(isolate, JSObject::SetOwnPropertyIgnoreAttributes( in DeclareLookupSlot() 407 isolate, JSObject::SetOwnPropertyIgnoreAttributes( in RUNTIME_FUNCTION()
|
D | runtime-literals.cc | 102 maybe_result = JSObject::SetOwnPropertyIgnoreAttributes( in CreateObjectLiteralBoilerplate() 118 maybe_result = JSObject::SetOwnPropertyIgnoreAttributes(boilerplate, name, in CreateObjectLiteralBoilerplate()
|
D | runtime-i18n.cc | 114 isolate, JSObject::SetOwnPropertyIgnoreAttributes( in RUNTIME_FUNCTION()
|
D | runtime-object.cc | 485 JSObject::SetOwnPropertyIgnoreAttributes(object, name, value, attrs)); in RUNTIME_FUNCTION()
|
/external/v8/test/cctest/ |
D | test-field-type-tracking.cc | 507 JSObject::SetOwnPropertyIgnoreAttributes(obj, foo_str, value, NONE).Check(); in TEST()
|
D | test-debug.cc | 117 v8::internal::JSObject::SetOwnPropertyIgnoreAttributes( in ExposeDebug()
|
/external/v8/src/ |
D | bootstrapper.cc | 681 JSObject::SetOwnPropertyIgnoreAttributes( in GetThrowTypeErrorIntrinsic()
|
D | objects.cc | 5351 MaybeHandle<Object> JSObject::SetOwnPropertyIgnoreAttributes( in SetOwnPropertyIgnoreAttributes() function in v8::internal::JSObject 6145 SetOwnPropertyIgnoreAttributes(object, name, value, DONT_ENUM).Assert(); in SetHiddenPropertiesHashTable() 16923 JSObject::SetOwnPropertyIgnoreAttributes( in Initialize()
|
D | objects.h | 2091 MUST_USE_RESULT static MaybeHandle<Object> SetOwnPropertyIgnoreAttributes(
|