Home
last modified time | relevance | path

Searched refs:Seal (Results 1 - 15 of 15) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcircuit_builder_helper.cpp43 currentLabel_->Seal(); in Environment()
56 currentLabel_->Seal(); in Environment()
72 currentLabel_->Seal(); in Environment()
101 void Label::LabelImpl::Seal() in Seal() function in panda::ecmascript::kungfu::Label::LabelImpl
170 Seal(); in Bind()
H A Dcircuit_builder_helper.h123 inline void Seal() in Seal() function in panda::panda::ecmascript::kungfu::Label
125 return impl_->Seal(); in Seal()
194 void Seal();
H A Dcircuit_builder.cpp303 loopHead->Seal(); in LoopEnd()
H A Dstub_builder.cpp143 loopHead->Seal(); in LoopEnd()
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_object.h69 V("seal", Seal, 1, INVALID) \
137 static JSTaggedValue Seal(EcmaRuntimeCallInfo *argv);
H A Dbuiltins_object.cpp694 JSTaggedValue BuiltinsObject::Seal(EcmaRuntimeCallInfo *argv) in Seal() function in panda::ecmascript::builtins::BuiltinsObject
698 BUILTINS_API_TRACE(thread, Object, Seal); in Seal()
718 THROW_TYPE_ERROR_AND_RETURN(thread, "Seal: seal failed", JSTaggedValue::Exception()); in Seal()
/arkcompiler/ets_runtime/test/fuzztest/objectrefall_fuzzer/
H A Dobjectrefall_fuzzer.cpp56 object->Seal(vm); in ObjectSealFuzzTest()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_object_test.cpp663 HWTEST_F_L0(BuiltinsObjectTest, Seal) in HWTEST_F_L0()
672 JSTaggedValue result = BuiltinsObject::Seal(ecmaRuntimeCallInfo); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Djsnapi_second_tests.cpp241 * @tc.desc:The function is to perform a closed (Seal) operation by calling the JSObject::SetIntegrity Level method
254 object->Seal(vm_); // 尝试将对象封闭 in HWTEST_F_L0()
H A Djsnapi_sample.cpp666 object->Seal(vm); in FreezeAndSeal()
H A Dffi_workload.cpp5370 object->Seal(vm_); in HWTEST_F_L0()
5373 TEST_TIME(ObjectRef::Seal); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
H A Druntime_call_id.h668 V(Object, Seal) \
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
H A Dsnapshot_processor.cpp290 reinterpret_cast<uintptr_t>(Object::Seal),
/arkcompiler/ets_runtime/ecmascript/napi/include/
H A Djsnapi_expo.h824 Local<JSValueRef> Seal(const EcmaVM *vm);
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp2919 Local<JSValueRef> ObjectRef::Seal(const EcmaVM *vm) in Seal() function in panda::ObjectRef
2933 LOG_ECMA(ERROR) << "Seal: seal failed"; in Seal()

Completed in 64 milliseconds