Searched defs:PreventExtensions (Results 1 - 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/module/ | ||
| H A D | js_module_namespace.cpp | 211 bool ModuleNamespace::PreventExtensions() in PreventExtensions() function in panda::ecmascript::ModuleNamespace |
| /arkcompiler/ets_runtime/ecmascript/ | ||
| H A D | js_proxy.cpp | 220 bool JSProxy::PreventExtensions(JSThread *thread, const JSHandle<JSProxy> &proxy) in PreventExtensions() function in panda::ecmascript::JSProxy |
| H A D | js_tagged_value.cpp | 1270 bool JSTaggedValue::PreventExtensions(JSThread *thread, const JSHandle<JSTaggedValue> &obj) in PreventExtensions() function in panda::ecmascript::JSTaggedValue |
| H A D | js_object.cpp | 1555 bool JSObject::PreventExtensions(JSThread *thread, const JSHandle<JSObject> &obj) in PreventExtensions() function in panda::ecmascript::JSObject |
| /arkcompiler/ets_runtime/ecmascript/builtins/ | ||
| H A D | builtins_object.cpp | 664 JSTaggedValue BuiltinsObject::PreventExtensions(EcmaRuntimeCallInfo *argv) in PreventExtensions() function in panda::ecmascript::builtins::BuiltinsObject |
Completed in 13 milliseconds