Home
last modified time | relevance | path

Searched refs:SetOwnPropertyIgnoreAttributes (Results 1 – 13 of 13) sorted by relevance

/external/v8/src/debug/
Ddebug-frames.cc118 JSObject::SetOwnPropertyIgnoreAttributes(target, name, value, NONE).Check(); in MaterializeStackLocals()
129 JSObject::SetOwnPropertyIgnoreAttributes(target, name, value, NONE).Check(); in MaterializeStackLocals()
Ddebug-scopes.cc533 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()
Ddebug-evaluate.cc308 JSObject::SetOwnPropertyIgnoreAttributes(target, arguments_str, arguments, in MaterializeArgumentsObject()
350 JSObject::SetOwnPropertyIgnoreAttributes(target, name, value, NONE).Check(); in MaterializeContextChain()
/external/v8/src/runtime/
Druntime-classes.cc159 JSObject::SetOwnPropertyIgnoreAttributes( in DefineClass()
167 isolate, JSObject::SetOwnPropertyIgnoreAttributes( in DefineClass()
Druntime-scopes.cc81 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()
Druntime-literals.cc102 maybe_result = JSObject::SetOwnPropertyIgnoreAttributes( in CreateObjectLiteralBoilerplate()
118 maybe_result = JSObject::SetOwnPropertyIgnoreAttributes(boilerplate, name, in CreateObjectLiteralBoilerplate()
Druntime-i18n.cc114 isolate, JSObject::SetOwnPropertyIgnoreAttributes( in RUNTIME_FUNCTION()
Druntime-object.cc485 JSObject::SetOwnPropertyIgnoreAttributes(object, name, value, attrs)); in RUNTIME_FUNCTION()
/external/v8/test/cctest/
Dtest-field-type-tracking.cc507 JSObject::SetOwnPropertyIgnoreAttributes(obj, foo_str, value, NONE).Check(); in TEST()
Dtest-debug.cc117 v8::internal::JSObject::SetOwnPropertyIgnoreAttributes( in ExposeDebug()
/external/v8/src/
Dbootstrapper.cc681 JSObject::SetOwnPropertyIgnoreAttributes( in GetThrowTypeErrorIntrinsic()
Dobjects.cc5351 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()
Dobjects.h2091 MUST_USE_RESULT static MaybeHandle<Object> SetOwnPropertyIgnoreAttributes(