Home
last modified time | relevance | path

Searched defs:PreventExtensions (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/module/static/
Dstatic_module_proxy_handler.cpp149 JSTaggedValue StaticModuleProxyHandler::PreventExtensions(EcmaRuntimeCallInfo *argv) in PreventExtensions() function in panda::ecmascript::StaticModuleProxyHandler
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_namespace.cpp218 bool ModuleNamespace::PreventExtensions() in PreventExtensions() function in panda::ecmascript::ModuleNamespace
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_proxy_test.cpp399 HWTEST_F_L0(JSProxyTest, PreventExtensions) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/
Djs_proxy.cpp220 bool JSProxy::PreventExtensions(JSThread *thread, const JSHandle<JSProxy> &proxy) in PreventExtensions() function in panda::ecmascript::JSProxy
Djs_tagged_value.cpp1355 bool JSTaggedValue::PreventExtensions(JSThread *thread, const JSHandle<JSTaggedValue> &obj) in PreventExtensions() function in panda::ecmascript::JSTaggedValue
Djs_object.cpp1730 bool JSObject::PreventExtensions(JSThread *thread, const JSHandle<JSObject> &obj) in PreventExtensions() function in panda::ecmascript::JSObject
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_object.cpp664 JSTaggedValue BuiltinsObject::PreventExtensions(EcmaRuntimeCallInfo *argv) in PreventExtensions() function in panda::ecmascript::builtins::BuiltinsObject
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_object_test.cpp643 HWTEST_F_L0(BuiltinsObjectTest, PreventExtensions) in HWTEST_F_L0() argument