Searched refs:positionsArg (Results 1 – 1 of 1) sorted by relevance
82 Local<JSValueRef> positionsArg = runtimeCallInfo->GetCallArgRef(NUM_3); in SetGuideLine() local84 if (!idsArg->IsArray(vm) || !directionsArg->IsArray(vm) || !positionsArg->IsArray(vm)) { in SetGuideLine()91 auto positionsArr = panda::Local<panda::ArrayRef>(positionsArg); in SetGuideLine()