Searched refs:Seal (Results 1 - 15 of 15) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | circuit_builder_helper.cpp | 43 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 D | circuit_builder_helper.h | 123 inline void Seal() in Seal() function in panda::panda::ecmascript::kungfu::Label 125 return impl_->Seal(); in Seal() 194 void Seal();
|
H A D | circuit_builder.cpp | 303 loopHead->Seal(); in LoopEnd()
|
H A D | stub_builder.cpp | 143 loopHead->Seal(); in LoopEnd()
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
H A D | builtins_object.h | 69 V("seal", Seal, 1, INVALID) \ 137 static JSTaggedValue Seal(EcmaRuntimeCallInfo *argv);
|
H A D | builtins_object.cpp | 694 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 D | objectrefall_fuzzer.cpp | 56 object->Seal(vm); in ObjectSealFuzzTest()
|
/arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
H A D | builtins_object_test.cpp | 663 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 D | jsnapi_second_tests.cpp | 241 * @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 D | jsnapi_sample.cpp | 666 object->Seal(vm); in FreezeAndSeal()
|
H A D | ffi_workload.cpp | 5370 object->Seal(vm_); in HWTEST_F_L0() 5373 TEST_TIME(ObjectRef::Seal); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | runtime_call_id.h | 668 V(Object, Seal) \
|
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
H A D | snapshot_processor.cpp | 290 reinterpret_cast<uintptr_t>(Object::Seal),
|
/arkcompiler/ets_runtime/ecmascript/napi/include/ |
H A D | jsnapi_expo.h | 824 Local<JSValueRef> Seal(const EcmaVM *vm);
|
/arkcompiler/ets_runtime/ecmascript/napi/ |
H A D | jsnapi_expo.cpp | 2919 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