Searched refs:constraintValue (Results 1 – 1 of 1) sorted by relevance
1463 Local<JSValueRef> constraintValue = runtimeCallInfo->GetCallArgRef(i + 1); in MeasureNode() local1464 CHECK_NULL_RETURN(constraintValue->IsNumber(), defaultReturnValue); in MeasureNode()1465 constraintValues[i] = constraintValue->ToNumber(vm)->Value(); in MeasureNode()