Home | History | Annotate | Download | only in API

Lines Matching full:jsvalue

51     static PassRefPtr<Structure> createStructure(JSValue proto) 
66 virtual void put(ExecState*, const Identifier&, JSValue, PutPropertySlot&);
71 virtual bool hasInstance(ExecState* exec, JSValue value, JSValue proto);
84 static JSCallbackObject* asCallbackObject(JSValue);
86 static JSValue JSC_HOST_CALL call(ExecState*, JSObject* functionObject, JSValue thisValue, const ArgList&);
89 static JSValue staticValueGetter(ExecState*, const Identifier&, const PropertySlot&);
90 static JSValue staticFunctionGetter(ExecState*, const Identifier&, const PropertySlot&);
91 static JSValue callbackGetter(ExecState*, const Identifier&, const PropertySlot&);