Home
last modified time | relevance | path

Searched defs:NewJSPrimitiveRef (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Dobject_factory_test.cpp149 HWTEST_F_L0(ObjectFactoryTest, NewJSPrimitiveRef) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp676 JSHandle<JSPrimitiveRef> ObjectFactory::NewJSPrimitiveRef(const JSHandle<JSHClass> &hclass, in NewJSPrimitiveRef() function in panda::ecmascript::ObjectFactory
1999 JSHandle<JSPrimitiveRef> ObjectFactory::NewJSPrimitiveRef(const JSHandle<JSFunction> &function, in NewJSPrimitiveRef() function in panda::ecmascript::ObjectFactory
2018 JSHandle<JSPrimitiveRef> ObjectFactory::NewJSPrimitiveRef(PrimitiveType type, const JSHandle<JSTagg… in NewJSPrimitiveRef() function in panda::ecmascript::ObjectFactory
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_hcr_lowering.cpp2439 GateRef TypedHCRLowering::NewJSPrimitiveRef(PrimitiveType type, GateRef glue, GateRef value) in NewJSPrimitiveRef() function in panda::ecmascript::kungfu::TypedHCRLowering
Dstub_builder.cpp6183 GateRef StubBuilder::NewJSPrimitiveRef(GateRef glue, size_t index, GateRef obj) in NewJSPrimitiveRef() function in panda::ecmascript::kungfu::StubBuilder
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp1822 DEF_RUNTIME_STUBS(NewJSPrimitiveRef) in DEF_RUNTIME_STUBS() argument