Home
last modified time | relevance | path

Searched refs:allowed (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Djs_arguments.cpp45 // 4.Let allowed be OrdinaryDefineOwnProperty(args, P, Desc). in DefineOwnProperty()
46 bool allowed = JSObject::OrdinaryDefineOwnProperty(thread, JSHandle<JSObject>(args), key, desc); in DefineOwnProperty() local
48 // 5.ReturnIfAbrupt(allowed). in DefineOwnProperty()
49 RETURN_VALUE_IF_ABRUPT_COMPLETION(thread, allowed); in DefineOwnProperty()
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dmanaged_thread.h502 void SetManagedCodeAllowed(bool allowed) in SetManagedCodeAllowed() argument
504 isManagedCodeAllowed_ = allowed; in SetManagedCodeAllowed()
952 // max allowed size for interpreter frame

Completed in 3 milliseconds