Home | History | Annotate | Download | only in gtk

Lines Matching refs:lengthValue

574     JSValueRef lengthValue = JSObjectGetProperty(context, optionsArray, lengthPropertyName.get(), 0); 
575 if (!JSValueIsNumber(context, lengthValue))
580 size_t length = static_cast<size_t>(JSValueToNumber(context, lengthValue, 0));