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

1 2 3 4 5 6 78 91011>>

  /external/webkit/WebCore/bindings/js/
JSWebGLFloatArrayCustom.cpp 39 void JSWebGLFloatArray::indexSetter(JSC::ExecState* exec, unsigned index, JSC::JSValue value)
44 JSC::JSValue toJS(JSC::ExecState* exec, JSDOMGlobalObject* globalObject, WebGLFloatArray* object)
49 JSC::JSValue JSWebGLFloatArray::set(JSC::ExecState* exec, JSC::ArgList const& args)
JSWebGLIntArrayCustom.cpp 39 void JSWebGLIntArray::indexSetter(JSC::ExecState* exec, unsigned index, JSC::JSValue value)
44 JSC::JSValue toJS(JSC::ExecState* exec, JSDOMGlobalObject* globalObject, WebGLIntArray* object)
49 JSC::JSValue JSWebGLIntArray::set(JSC::ExecState* exec, JSC::ArgList const& args)
JSWebGLShortArrayCustom.cpp 39 void JSWebGLShortArray::indexSetter(JSC::ExecState* exec, unsigned index, JSC::JSValue value)
44 JSC::JSValue toJS(JSC::ExecState* exec, JSDOMGlobalObject* globalObject, WebGLShortArray* object)
49 JSC::JSValue JSWebGLShortArray::set(JSC::ExecState* exec, JSC::ArgList const& args)
JSWebGLUnsignedByteArrayCustom.cpp 39 void JSWebGLUnsignedByteArray::indexSetter(JSC::ExecState* exec, unsigned index, JSC::JSValue value)
44 JSC::JSValue toJS(JSC::ExecState* exec, JSDOMGlobalObject* globalObject, WebGLUnsignedByteArray* object)
49 JSC::JSValue JSWebGLUnsignedByteArray::set(JSC::ExecState* exec, JSC::ArgList const& args)
JSWebGLUnsignedIntArrayCustom.cpp 39 void JSWebGLUnsignedIntArray::indexSetter(JSC::ExecState* exec, unsigned index, JSC::JSValue value)
44 JSC::JSValue toJS(JSC::ExecState* exec, JSDOMGlobalObject* globalObject, WebGLUnsignedIntArray* object)
49 JSC::JSValue JSWebGLUnsignedIntArray::set(JSC::ExecState* exec, JSC::ArgList const& args)
JSWebGLUnsignedShortArrayCustom.cpp 39 void JSWebGLUnsignedShortArray::indexSetter(JSC::ExecState* exec, unsigned index, JSC::JSValue value)
44 JSC::JSValue toJS(JSC::ExecState* exec, JSDOMGlobalObject* globalObject, WebGLUnsignedShortArray* object)
49 JSC::JSValue JSWebGLUnsignedShortArray::set(JSC::ExecState* exec, JSC::ArgList const& args)
ScriptValue.cpp 62 return JSValueIsEqual(toRef(scriptState), toRef(scriptState, jsValue()), toRef(scriptState, anotherValue.jsValue()), 0);
88 return SerializedScriptValue::create(scriptState, jsValue());
JSDatabaseCustom.cpp 50 JSValue JSDatabase::changeVersion(ExecState* exec, const ArgList& args)
88 static JSValue createTransaction(ExecState* exec, const ArgList& args, Database* database, JSDOMGlobalObject* globalObject, bool readOnly)
123 JSValue JSDatabase::transaction(ExecState* exec, const ArgList& args)
128 JSValue JSDatabase::readTransaction(ExecState* exec, const ArgList& args)
JSStorageCustom.cpp 44 JSValue JSStorage::nameGetter(ExecState* exec, const Identifier& propertyName, const PropertySlot& slot)
59 JSValue prototype = this->prototype();
76 bool JSStorage::putDelegate(ExecState* exec, const Identifier& propertyName, JSValue value, PutPropertySlot&)
85 JSValue prototype = this->prototype();
JSCanvasNumberArrayCustom.cpp 38 JSValue JSCanvasNumberArray::getByIndex(JSC::ExecState* exec, unsigned int index)
40 JSC::JSValue result = jsNumber(exec, impl()->item(index));
JSCustomXPathNSResolver.h 32 #include <runtime/JSValue.h>
48 static PassRefPtr<JSCustomXPathNSResolver> create(JSC::ExecState*, JSC::JSValue);
JSHTMLDataGridElementCustom.cpp 40 JSValue JSHTMLDataGridElement::dataSource(ExecState*) const
48 void JSHTMLDataGridElement::setDataSource(ExecState*, JSValue value)
  /external/webkit/WebCore/bridge/c/
c_runtime.cpp 40 JSValue CField::valueFromInstance(ExecState* exec, const Instance* inst) const
55 JSValue result = convertNPVariantToValue(exec, &property, instance->rootObject());
63 void CField::setValueToInstance(ExecState *exec, const Instance *inst, JSValue aValue) const
  /external/webkit/WebCore/bridge/qt/
qt_instance.cpp 61 static PassRefPtr<Structure> createStructure(JSValue prototype)
145 void QtInstance::put(JSObject* object, ExecState* exec, const Identifier& propertyName, JSValue value, PutPropertySlot& slot)
237 JSValue QtInstance::invokeMethod(ExecState*, const MethodList&, const ArgList&)
244 JSValue QtInstance::defaultValue(ExecState* exec, PreferredPrimitiveType hint) const
253 JSValue QtInstance::stringValue(ExecState* exec) const
297 JSValue QtInstance::numberValue(ExecState* exec) const
302 JSValue QtInstance::booleanValue() const
308 JSValue QtInstance::valueOf(ExecState* exec) const
314 JSValue convertQVariantToValue(ExecState*, PassRefPtr<RootObject> root, const QVariant& variant);
315 QVariant convertValueToQVariant(ExecState*, JSValue, QMetaType::Type hint, int *distance)
    [all...]
qt_pixmapruntime.cpp 57 virtual JSValue valueFromInstance(ExecState* exec, const Instance* pixmap) const
61 virtual void setValueToInstance(ExecState*, const Instance*, JSValue) const {}
66 virtual JSValue valueFromInstance(ExecState* exec, const Instance* inst) const
70 virtual void setValueToInstance(ExecState*, const Instance*, JSValue) const {}
79 virtual JSValue invoke(ExecState* exec, QVariant&, PassRefPtr<RootObject> root, QtPixmapInstance* inst) = 0;
86 JSValue invoke(ExecState* exec, QVariant& v, PassRefPtr<RootObject> root, QtPixmapInstance*)
118 JSValue invoke(ExecState* exec, QVariant& v, PassRefPtr<RootObject> root, QtPixmapInstance*)
140 JSValue invoke(ExecState* exec, QVariant& v, PassRefPtr<RootObject> root, QtPixmapInstance* inst)
163 static PassRefPtr<Structure> createStructure(JSValue prototype)
193 JSValue QtPixmapInstance::invokeMethod(ExecState* exec, const MethodList& methods, const ArgList& args
    [all...]
  /external/webkit/WebCore/inspector/
JavaScriptCallFrame.cpp 38 #include <runtime/JSValue.h>
102 JSValue JavaScriptCallFrame::evaluate(const UString& script, JSValue& exception) const
  /external/v8/src/
accessors.cc 90 JSValue* wrapper = JSValue::cast(value);
150 if (object->IsJSValue()) value = JSValue::cast(object)->value();
171 Object* script = JSValue::cast(object)->value();
189 Object* script = JSValue::cast(object)->value();
207 Object* script = JSValue::cast(object)->value();
225 Object* script = JSValue::cast(object)->value();
243 Object* script = JSValue::cast(object)->value();
261 Object* script = JSValue::cast(object)->value();
279 Object* script = JSValue::cast(object)->value()
    [all...]
  /external/webkit/JavaScriptCore/debugger/
DebuggerActivation.cpp 59 void DebuggerActivation::put(ExecState* exec, const Identifier& propertyName, JSValue value, PutPropertySlot& slot)
64 void DebuggerActivation::putWithAttributes(ExecState* exec, const Identifier& propertyName, JSValue value, unsigned attributes)
94 JSValue DebuggerActivation::lookupGetter(ExecState* exec, const Identifier& propertyName)
99 JSValue DebuggerActivation::lookupSetter(ExecState* exec, const Identifier& propertyName)
  /external/webkit/JavaScriptCore/runtime/
JSPropertyNameIterator.cpp 43 , m_jsStrings(new JSValue[m_jsStringsSize])
92 JSValue JSPropertyNameIterator::get(ExecState* exec, JSObject* base, size_t i)
94 JSValue& identifier = m_jsStrings[i];
99 return JSValue();
ConstructData.h 38 class JSValue;
59 JSObject* construct(ExecState*, JSValue constructor, ConstructType, const ConstructData&, const ArgList&);
  /external/webkit/JavaScriptGlue/
JSObject.cpp 76 static JSValue JSC_HOST_CALL nativeCallFunction(ExecState* exec, JSObject* functionObject, JSValue thisValue, const ArgList& args);
77 static JSValue nativeCallFunction(ExecState* exec, JSObject* functionObject, JSValue thisValue, const ArgList& args)
JavaScriptGlue.cpp 42 static void CFJSObjectSetProperty(void *data, CFStringRef propertyName, JSObjectRef jsValue);
482 void CFJSObjectSetProperty(void *data, CFStringRef propertyName, JSObjectRef jsValue)
486 CFTypeRef cfValue = JSObjectCopyCFValue(jsValue);
608 JSObjectRef jsValue = (JSObjectRef)CFArrayGetValueAtIndex(array, i);
609 CFTypeRef cfvalue = JSObjectCopyCFValue(jsValue);
638 JSObjectRef jsValue = JSObjectCreateWithCFType(cfValue);
640 if (!jsValue) jsValue = JSObjectCreateWithCFType(GetCFNull());
641 if (jsValue)
643 CFArrayAppendValue(jsArray, jsValue);
    [all...]
UserObjectImp.cpp 59 JSValue UserObjectImp::callAsFunction(ExecState *exec, JSObject *thisObj, const ArgList &args)
61 JSValue result = jsUndefined();
115 JSValue UserObjectImp::userObjectGetter(ExecState*, const Identifier& propertyName, const PropertySlot& slot)
124 JSValue result = JSObjectKJSValue(jsResult);
143 JSValue kjsValue = toPrimitive(exec);
153 void UserObjectImp::put(ExecState *exec, const Identifier &propertyName, JSValue value, PutPropertySlot&)
172 JSValue UserObjectImp::toPrimitive(ExecState *exec, JSType) const
174 JSValue result = jsUndefined();
  /external/webkit/JavaScriptCore/jit/
JITStubs.h 51 class JSValue;
65 JSValue jsValue() { return JSValue::decode(asEncodedJSValue); }
95 JSValue* exception;
131 JSValue* exception;
159 JSValue* exception;
185 JSValue* exception;
241 extern "C" EncodedJSValue ctiTrampoline(void* code, RegisterFile*, CallFrame*, JSValue* exception, Profiler**, JSGlobalData*);
247 static void tryCacheGetByID(CallFrame*, CodeBlock*, ReturnAddressPtr returnAddress, JSValue baseValue, const Identifier& propertyName, const PropertySlot&, StructureStubInfo* stubInfo)
    [all...]
  /external/webkit/JavaScriptCore/interpreter/
CallFrameClosure.h 42 void setArgument(int arg, JSValue value)
52 newCallFrame->setCalleeArguments(JSValue());

Completed in 231 milliseconds

1 2 3 4 5 6 78 91011>>