Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_private.cpp431 JSHandle<JSTaggedValue> lightweightSetFunction( in InitializeLightWeightSet() local
434 …JSHandle<JSFunction>::Cast(lightweightSetFunction)->SetFunctionPrototype(thread, lightweightSetIns… in InitializeLightWeightSet()
438 …etProperty(thread, JSHandle<JSTaggedValue>(funcPrototype), constructorKey, lightweightSetFunction); in InitializeLightWeightSet()
468 return lightweightSetFunction; in InitializeLightWeightSet()