Home | History | Annotate | Download | only in InjectedBundle

Lines Matching refs:propertyValue

51 static JSValueRef propertyValue(JSContextRef context, JSObjectRef object, const char* propertyName)
61 JSValueRef value = propertyValue(context, object, propertyName);
80 JSValueRef nodeNameValue = propertyValue(context, nodeValue, "nodeName");
84 JSValueRef parentNode = propertyValue(context, nodeValue, "parentNode");
122 JSValueRef startNodeValue = propertyValue(context, rangeObject, "startContainer");
126 JSValueRef endNodeValue = propertyValue(context, rangeObject, "endContainer");