Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_function.cpp208 JSTaggedValue functionLengthAccessor = globalConst->GetFunctionLengthAccessor(); in FunctionPrototypeBindInternal() local
223 if (!lengthProperty.IsAccessor() || functionLengthAccessor != lengthProperty) { in FunctionPrototypeBindInternal()