HomeSort by relevance Sort by last modified time
    Searched full:jsvalue (Results 176 - 200 of 522) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/webkit/Source/WebCore/bindings/js/
JSStorageCustom.cpp 44 JSValue JSStorage::nameGetter(ExecState* exec, JSValue slotBase, const Identifier& propertyName)
59 JSValue prototype = this->prototype();
76 bool JSStorage::putDelegate(ExecState* exec, const Identifier& propertyName, JSValue value, PutPropertySlot&)
85 JSValue prototype = this->prototype();
ScriptObject.cpp 90 JSValue jsValue = scriptState->lexicalGlobalObject()->get(scriptState, Identifier(scriptState, name));
91 if (!jsValue)
94 if (!jsValue.isObject())
97 value = ScriptObject(scriptState, asObject(jsValue));
JSXMLHttpRequestCustom.cpp 79 JSValue JSXMLHttpRequest::open(ExecState* exec)
108 JSValue JSXMLHttpRequest::send(ExecState* exec)
116 JSValue val = exec->argument(0);
134 JSValue function;
143 JSValue JSXMLHttpRequest::responseText(ExecState* exec) const
154 JSValue JSXMLHttpRequest::response(ExecState* exec) const
210 return JSValue::encode(CREATE_DOM_OBJECT_WRAPPER(exec, jsConstructor->globalObject(), XMLHttpRequest, xmlHttpRequest.get()));
JSHistoryCustom.cpp 40 static JSValue nonCachingStaticBackFunctionGetter(ExecState* exec, JSValue, const Identifier& propertyName)
45 static JSValue nonCachingStaticForwardFunctionGetter(ExecState* exec, JSValue, const Identifier& propertyName)
50 static JSValue nonCachingStaticGoFunctionGetter(ExecState* exec, JSValue, const Identifier& propertyName)
140 bool JSHistory::putDelegate(ExecState* exec, const Identifier&, JSValue, PutPropertySlot&)
164 JSValue JSHistory::pushState(ExecState* exec)
188 JSValue JSHistory::replaceState(ExecState* exec)
JSConsoleCustom.cpp 46 JSValue JSConsole::profiles(ExecState* exec) const
58 JSValue JSConsole::profile(ExecState* exec)
69 JSValue JSConsole::profileEnd(ExecState* exec)
JSDOMApplicationCacheCustom.cpp 47 JSValue JSDOMApplicationCache::hasItem(ExecState* exec)
60 JSValue JSDOMApplicationCache::add(ExecState* exec)
73 JSValue JSDOMApplicationCache::remove(ExecState* exec)
JSMessagePortCustom.h 35 #include <runtime/JSValue.h>
45 void fillMessagePortArray(JSC::ExecState*, JSC::JSValue, MessagePortArray&);
49 inline JSC::JSValue handlePostMessage(JSC::ExecState* exec, T* impl)
JSOptionConstructor.cpp 67 return JSValue::encode(JSValue());
70 return JSValue::encode(asObject(toJS(exec, jsConstructor->globalObject(), element.release())));
JSSVGLengthCustom.cpp 33 JSValue JSSVGLength::value(ExecState* exec) const
46 void JSSVGLength::setValue(ExecState* exec, JSValue value)
70 JSValue JSSVGLength::convertToSpecifiedUnits(ExecState* exec)
JSWebSocketCustom.cpp 68 return JSValue::encode(JSValue());
72 return JSValue::encode(CREATE_DOM_OBJECT_WRAPPER(exec, jsConstructor->globalObject(), WebSocket, webSocket.get()));
JavaScriptCallFrame.cpp 39 #include <runtime/JSValue.h>
103 JSValue JavaScriptCallFrame::evaluate(const UString& script, JSValue& exception) const
SerializedScriptValue.h 31 #include <runtime/JSValue.h>
57 static PassRefPtr<SerializedScriptValue> create(JSC::ExecState*, JSC::JSValue, SerializationErrorMode = Throwing);
70 JSC::JSValue deserialize(JSC::ExecState*, JSC::JSGlobalObject*, SerializationErrorMode = Throwing);
  /external/webkit/Source/JavaScriptCore/runtime/
JSGlobalObject.h 159 virtual void put(ExecState*, const Identifier&, JSValue, PutPropertySlot&);
160 virtual void putWithAttributes(ExecState*, const Identifier& propertyName, JSValue value, unsigned attributes);
238 void resetPrototype(JSGlobalData&, JSValue prototype);
242 static Structure* createStructure(JSGlobalData& globalData, JSValue prototype)
264 GlobalPropertyInfo(const Identifier& i, JSValue v, unsigned a)
272 JSValue value;
280 void reset(JSValue prototype);
287 JSGlobalObject* asGlobalObject(JSValue);
289 inline JSGlobalObject* asGlobalObject(JSValue value)
352 inline JSValue Structure::prototypeForLookup(ExecState* exec) cons
    [all...]
ArgList.cpp 24 #include "JSValue.h"
47 heapRootMarker.mark(reinterpret_cast<JSValue*>(list->m_buffer), list->m_size);
51 void MarkedArgumentBuffer::slowAppend(JSValue v)
BooleanConstructor.cpp 51 return JSValue::encode(constructBoolean(exec, args));
63 return JSValue::encode(jsBoolean(exec->argument(0).toBoolean(exec)));
72 JSObject* constructBooleanFromImmediateBoolean(ExecState* exec, JSGlobalObject* globalObject, JSValue immediateBooleanValue)
JSPropertyNameIterator.h 48 static Structure* createStructure(JSGlobalData& globalData, JSValue prototype)
65 JSValue get(ExecState*, JSObject*, size_t i);
103 return static_cast<JSPropertyNameIterator*>(jsValue().asCell());
  /external/webkit/Source/WebCore/bridge/qt/
qt_instance.cpp 62 static Structure* createStructure(JSGlobalData& globalData, JSValue prototype)
144 void QtInstance::put(JSObject* object, ExecState* exec, const Identifier& propertyName, JSValue value, PutPropertySlot& slot)
238 JSValue QtInstance::getMethod(ExecState* exec, const Identifier& propertyName)
246 JSValue QtInstance::invokeMethod(ExecState*, RuntimeMethod*)
252 JSValue QtInstance::defaultValue(ExecState* exec, PreferredPrimitiveType hint) const
261 JSValue QtInstance::stringValue(ExecState* exec) const
308 JSValue QtInstance::numberValue(ExecState*) const
313 JSValue QtInstance::booleanValue() const
319 JSValue QtInstance::valueOf(ExecState* exec) const
325 JSValue convertQVariantToValue(ExecState*, PassRefPtr<RootObject> root, const QVariant& variant)
    [all...]
qt_pixmapruntime.cpp 55 virtual JSValue valueFromInstance(ExecState*, const Instance* instance) const
59 virtual void setValueToInstance(ExecState*, const Instance*, JSValue) const {}
65 virtual JSValue valueFromInstance(ExecState*, const Instance* instance) const
69 virtual void setValueToInstance(ExecState*, const Instance*, JSValue) const {}
78 virtual JSValue invoke(ExecState* exec, QtPixmapInstance*) = 0;
86 JSValue invoke(ExecState* exec, QtPixmapInstance* instance)
117 JSValue invoke(ExecState* exec, QtPixmapInstance* instance)
131 JSValue invoke(ExecState* exec, QtPixmapInstance* instance)
153 static Structure* createStructure(JSGlobalData& globalData, JSValue prototype)
179 JSValue QtPixmapInstance::getMethod(ExecState* exec, const Identifier& propertyName
    [all...]
  /external/webkit/Source/JavaScriptCore/API/
JSCallbackObjectFunctions.h 46 inline JSCallbackObject<Base>* JSCallbackObject<Base>::asCallbackObject(JSValue value)
174 JSValue value = slot.getValue(exec, propertyName);
188 void JSCallbackObject<Base>::put(ExecState* exec, const Identifier& propertyName, JSValue value, PutPropertySlot& slot)
328 return JSValue::encode(result);
333 return JSValue::encode(JSValue());
337 bool JSCallbackObject<Base>::hasInstance(ExecState* exec, JSValue value, JSValue)
385 JSValue result;
392 return JSValue::encode(result)
    [all...]
  /external/webkit/Source/WebCore/bridge/objc/
objc_instance.mm 187 static Structure* createStructure(JSGlobalData& globalData, JSValue prototype)
197 JSValue ObjcInstance::getMethod(ExecState* exec, const Identifier& propertyName)
203 JSValue ObjcInstance::invokeMethod(ExecState* exec, RuntimeMethod* runtimeMethod)
217 JSValue ObjcInstance::invokeObjcMethod(ExecState* exec, ObjcMethod* method)
219 JSValue result = jsUndefined();
329 return const_cast<JSValue&>(result);
332 JSValue ObjcInstance::invokeDefaultMethod(ExecState* exec)
334 JSValue result = jsUndefined();
380 return const_cast<JSValue&>(result);
383 bool ObjcInstance::setValueOfUndefinedField(ExecState* exec, const Identifier& property, JSValue aValue
    [all...]
  /external/webkit/Source/WebCore/bindings/scripts/test/JS/
JSTestInterface.cpp 72 static PassRefPtr<JSC::Structure> createStructure(JSC::JSGlobalData& globalData, JSC::JSValue prototype)
106 return JSValue::encode(asObject(toJS(exec, static_cast<JSTestInterfaceConstructor*>(exec->callee())->globalObject(), TestInterface::create(context))));
160 JSValue jsTestInterfaceConstructor(ExecState* exec, JSValue slotBase, const Identifier&)
166 JSValue JSTestInterface::getConstructor(ExecState* exec, JSGlobalObject* globalObject)
171 JSC::JSValue toJS(JSC::ExecState* exec, JSDOMGlobalObject* globalObject, TestInterface* object)
175 TestInterface* toTestInterface(JSC::JSValue value)
  /external/webkit/Source/JavaScriptGlue/
UserObjectImp.cpp 54 JSValue UserObjectImp::callAsFunction(ExecState *exec)
56 JSValue result = jsUndefined();
110 JSValue UserObjectImp::userObjectGetter(ExecState*, JSValue slotBase, const Identifier& propertyName)
119 JSValue result = JSObjectKJSValue(jsResult);
138 JSValue kjsValue = toPrimitive(exec);
148 void UserObjectImp::put(ExecState *exec, const Identifier &propertyName, JSValue value, PutPropertySlot&)
167 JSValue UserObjectImp::toPrimitive(ExecState *exec, PreferredPrimitiveType) const
169 JSValue result = jsUndefined();
  /external/webkit/Source/JavaScriptCore/interpreter/
CachedCall.h 48 JSValue call()
53 void setThis(JSValue v) { m_closure.setArgument(0, v); }
54 void setArgument(int n, JSValue v) { m_closure.setArgument(n + 1, v); }
  /external/webkit/Source/WebCore/bridge/c/
c_runtime.cpp 42 JSValue CField::valueFromInstance(ExecState* exec, const Instance* inst) const
57 JSValue result = convertNPVariantToValue(exec, &property, instance->rootObject());
65 void CField::setValueToInstance(ExecState *exec, const Instance *inst, JSValue aValue) const
  /external/webkit/Source/WebCore/bridge/
runtime_method.h 48 static Structure* createStructure(JSGlobalData& globalData, JSValue prototype)
57 static JSValue lengthGetter(ExecState*, JSValue, const Identifier&);

Completed in 86 milliseconds

1 2 3 4 5 6 78 91011>>