Searched refs:arg_cellLength (Results 1 – 1 of 1) sorted by relevance
493 Local<JSValueRef> arg_cellLength = runtimeCallInfo->GetCallArgRef(CALL_ARG_1); in SetCellLength() local495 if (!arg_cellLength->IsNull() && arg_cellLength->IsNumber()) { in SetCellLength()496 int32_t cellLength = arg_cellLength->Int32Value(vm); in SetCellLength()