Home
last modified time | relevance | path

Searched defs:Freeze (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_object.cpp331 JSTaggedValue BuiltinsObject::Freeze(EcmaRuntimeCallInfo *argv) in Freeze() function in panda::ecmascript::builtins::BuiltinsObject
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_object_test.cpp333 HWTEST_F_L0(BuiltinsObjectTest, Freeze) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/napi/
DJSNapi接口说明.md3987 ### Freeze subsection
Djsnapi_expo.cpp1832 Local<JSValueRef> ObjectRef::Freeze(const EcmaVM *vm) in Freeze() function in panda::ObjectRef