Home
last modified time | relevance | path

Searched refs:ReflectIsExtensible (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_reflect.h51 static JSTaggedValue ReflectIsExtensible(EcmaRuntimeCallInfo *argv);
Dbuiltins_reflect.cpp217 JSTaggedValue BuiltinsReflect::ReflectIsExtensible(EcmaRuntimeCallInfo *argv) in ReflectIsExtensible() function in panda::ecmascript::builtins::BuiltinsReflect
Dbuiltins.cpp2679 …SetFunction(env, reflectObject, "isExtensible", Reflect::ReflectIsExtensible, FunctionLength::ONE); in InitializeReflect()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_reflect_test.cpp373 HWTEST_F_L0(BuiltinsReflectTest, ReflectIsExtensible) in HWTEST_F_L0() argument
388 JSTaggedValue result = BuiltinsReflect::ReflectIsExtensible(ecmaRuntimeCallInfo); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp632 reinterpret_cast<uintptr_t>(Reflect::ReflectIsExtensible),