Lines Matching refs:JSObjectRef
51 static JSValueRef propertyValue(JSContextRef context, JSObjectRef object, const char* propertyName)
59 static double propertyValueDouble(JSContextRef context, JSObjectRef object, const char* propertyName)
67 static int propertyValueInt(JSContextRef context, JSObjectRef object, const char* propertyName)
78 static string dumpPath(JSGlobalContextRef context, JSObjectRef nodeValue)
90 out << " > " << dumpPath(context, (JSObjectRef)parentNode);
105 JSObjectRef nodeObject = (JSObjectRef)nodeValue;
120 JSObjectRef rangeObject = (JSObjectRef)rangeValue;
124 JSObjectRef startNodeObject = (JSObjectRef)startNodeValue;
128 JSObjectRef endNodeObject = (JSObjectRef)endNodeValue;
465 JSObjectRef globalObject = JSContextGetGlobalObject(context);
472 JSObjectRef document = JSValueToObject(context, documentValue, 0);
603 JSObjectRef window = JSContextGetGlobalObject(context);