Home
last modified time | relevance | path

Searched refs:IsSealed (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_object.h63 V("isSealed", IsSealed, 1, ObjectIsSealed) \
129 static JSTaggedValue IsSealed(EcmaRuntimeCallInfo *argv);
H A Dbuiltins_object.cpp592 JSTaggedValue BuiltinsObject::IsSealed(EcmaRuntimeCallInfo *argv) in IsSealed() function in panda::ecmascript::builtins::BuiltinsObject
595 BUILTINS_API_TRACE(argv->GetThread(), Object, IsSealed); in IsSealed()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcircuit_builder_helper.cpp130 if (!IsSealed()) { in ReadVariableRecursive()
H A Dcircuit_builder_helper.h237 bool IsSealed() const in IsSealed() function in panda::panda::ecmascript::kungfu::Label::LabelImpl
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_object_test.cpp591 HWTEST_F_L0(BuiltinsObjectTest, IsSealed) in HWTEST_F_L0()
604 JSTaggedValue result = BuiltinsObject::IsSealed(emptyObjCallInfo); in HWTEST_F_L0()
678 JSTaggedValue res = BuiltinsObject::IsSealed(ecmaRuntimeCallInfo); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_call_signature.h88 V(IsSealed, Object, Undefined()) \
H A Dbuiltins_object_stub_builder.cpp2086 void BuiltinsObjectStubBuilder::IsSealed(Variable *result, Label *exit, Label *slowPath) in IsSealed() function in panda::ecmascript::kungfu::BuiltinsObjectStubBuilder
/arkcompiler/ets_runtime/ecmascript/
H A Druntime_call_id.h662 V(Object, IsSealed) \
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
H A Dsnapshot_processor.cpp286 reinterpret_cast<uintptr_t>(Object::IsSealed),

Completed in 16 milliseconds