Home
last modified time | relevance | path

Searched refs:Freeze (Results 1 - 11 of 11) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_object.h41 V("freeze", Freeze, 1, INVALID) \
113 static JSTaggedValue Freeze(EcmaRuntimeCallInfo *argv);
H A Dbuiltins_object.cpp322 JSTaggedValue BuiltinsObject::Freeze(EcmaRuntimeCallInfo *argv) in Freeze() function in panda::ecmascript::builtins::BuiltinsObject
326 BUILTINS_API_TRACE(thread, Object, Freeze); in Freeze()
351 THROW_TYPE_ERROR_AND_RETURN(thread, "Freeze: freeze failed", JSTaggedValue::Exception()); in Freeze()
/arkcompiler/ets_runtime/test/fuzztest/objectrefall_fuzzer/
H A Dobjectrefall_fuzzer.cpp74 object->Freeze(vm); in ObjectFreezeFuzzTest()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_object_test.cpp309 HWTEST_F_L0(BuiltinsObjectTest, Freeze) in HWTEST_F_L0()
326 BuiltinsObject::Freeze(nofreezeObjCallInfo); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Djsnapi_second_tests.cpp221 * @tc.desc:Execute a Freeze operation and call the JSObject:: SetIntegrity Level method to achieve immutability
232 object->Freeze(vm_); in HWTEST_F_L0()
H A Djsnapi_sample.cpp675 object->Freeze(vm); in FreezeAndSeal()
677 b = object->DefineProperty(vm, StringRef::NewFromUtf8(vm, "Freeze"), attribute); in FreezeAndSeal()
681 b = object->Has(vm, StringRef::NewFromUtf8(vm, "Freeze")); in FreezeAndSeal()
685 b = object->Delete(vm, StringRef::NewFromUtf8(vm, "Freeze")); in FreezeAndSeal()
H A Dffi_workload.cpp5357 object->Freeze(vm_); in HWTEST_F_L0()
5360 TEST_TIME(ObjectRef::Freeze); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
H A Druntime_call_id.h651 V(Object, Freeze) \
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
H A Dsnapshot_processor.cpp277 reinterpret_cast<uintptr_t>(Object::Freeze),
/arkcompiler/ets_runtime/ecmascript/napi/include/
H A Djsnapi_expo.h823 Local<JSValueRef> Freeze(const EcmaVM *vm);
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp2894 Local<JSValueRef> ObjectRef::Freeze(const EcmaVM *vm) in Freeze() function in panda::ObjectRef
2908 LOG_ECMA(ERROR) << "Freeze: freeze failed"; in Freeze()
2909 Local<StringRef> message = StringRef::NewFromUtf8(vm, "Freeze: freeze failed"); in Freeze()
2934 Local<StringRef> message = StringRef::NewFromUtf8(vm, "Freeze: freeze failed"); in Seal()

Completed in 42 milliseconds