Home
last modified time | relevance | path

Searched refs:Freeze (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_object.h44 static JSTaggedValue Freeze(EcmaRuntimeCallInfo *argv);
Dbuiltins_object.cpp289 JSTaggedValue BuiltinsObject::Freeze(EcmaRuntimeCallInfo *argv) in Freeze() function in panda::ecmascript::builtins::BuiltinsObject
293 BUILTINS_API_TRACE(thread, Object, Freeze); in Freeze()
Dbuiltins.cpp543 SetFunction(env, objFunc, "freeze", Object::Freeze, FunctionLength::ONE); in InitializeObject()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_object_test.cpp333 HWTEST_F_L0(BuiltinsObjectTest, Freeze) in HWTEST_F_L0() argument
350 BuiltinsObject::Freeze(nofreezeObjCallInfo); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
Druntime_call_id.h554 V(Object, Freeze) \
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi.h728 Local<JSValueRef> Freeze(const EcmaVM *vm);
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp303 reinterpret_cast<uintptr_t>(Object::Freeze),
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp1591 Local<JSValueRef> ObjectRef::Freeze(const EcmaVM *vm) in Freeze() function in panda::ObjectRef