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

1 2 3 4 5 67 8 91011>>

  /external/webkit/WebCore/bindings/js/
JSSVGLengthCustom.cpp 29 JSValue JSSVGLength::value(ExecState* exec) const
38 JSValue JSSVGLength::convertToSpecifiedUnits(ExecState* exec, const ArgList& args)
SerializedScriptValue.h 71 static SerializedScriptValueData serialize(JSC::ExecState*, JSC::JSValue);
72 JSC::JSValue deserialize(JSC::ExecState*, JSC::JSGlobalObject*, bool mustCopy) const;
95 explicit SerializedScriptValueData(JSC::JSValue value)
99 m_data.m_immediate = JSC::JSValue::encode(value);
111 JSC::JSValue asImmediate() const
114 return JSC::JSValue::decode(m_data.m_immediate);
179 static PassRefPtr<SerializedScriptValue> create(JSC::ExecState* exec, JSC::JSValue value)
211 JSC::JSValue deserialize(JSC::ExecState* exec, JSC::JSGlobalObject* globalObject)
JSElementCustom.cpp 76 JSValue JSElement::setAttribute(ExecState* exec, const ArgList& args)
91 JSValue JSElement::setAttributeNode(ExecState* exec, const ArgList& args)
104 JSValue result = toJS(exec, globalObject(), WTF::getPtr(imp->setAttributeNode(newAttr, ec)));
109 JSValue JSElement::setAttributeNS(ExecState* exec, const ArgList& args)
125 JSValue JSElement::setAttributeNodeNS(ExecState* exec, const ArgList& args)
138 JSValue result = toJS(exec, globalObject(), WTF::getPtr(imp->setAttributeNodeNS(newAttr, ec)));
143 JSValue toJSNewlyCreated(ExecState* exec, JSDOMGlobalObject* globalObject, Element* element)
JSHTMLCollectionCustom.cpp 40 static JSValue getNamedItems(ExecState* exec, JSHTMLCollection* collection, const Identifier& propertyName)
58 static JSValue JSC_HOST_CALL callHTMLCollection(ExecState* exec, JSObject* function, JSValue, const ArgList& args)
112 JSValue JSHTMLCollection::nameGetter(ExecState* exec, const Identifier& propertyName, const PropertySlot& slot)
118 JSValue JSHTMLCollection::item(ExecState* exec, const ArgList& args)
127 JSValue JSHTMLCollection::namedItem(ExecState* exec, const ArgList& args)
132 JSValue toJS(ExecState* exec, JSDOMGlobalObject* globalObject, HTMLCollection* collection)
JSInspectorFrontendHostCustom.cpp 52 JSValue JSInspectorFrontendHost::showContextMenu(ExecState* execState, const ArgList& args)
64 JSValue label = item->get(execState, Identifier(execState, "label"));
65 JSValue id = item->get(execState, Identifier(execState, "id"));
JSMessagePortCustom.h 35 #include <runtime/JSValue.h>
46 void fillMessagePortArray(JSC::ExecState*, JSC::JSValue, MessagePortArray&);
50 inline JSC::JSValue handlePostMessage(JSC::ExecState* exec, const JSC::ArgList& args, T* impl)
JSNodeListCustom.cpp 39 static JSValue JSC_HOST_CALL callNodeList(ExecState* exec, JSObject* function, JSValue, const ArgList& args)
59 JSValue JSNodeList::nameGetter(ExecState* exec, const Identifier& propertyName, const PropertySlot& slot)
JSWebGLArrayHelper.h 36 #include <runtime/JSValue.h>
41 JSC::JSValue setWebGLArrayFromArray(JSC::ExecState* exec, T* webGLArray, JSC::ArgList const& args)
54 JSC::JSValue v = array->get(exec, i);
JSWebGLByteArrayCustom.cpp 41 void JSWebGLByteArray::indexSetter(JSC::ExecState* exec, unsigned index, JSC::JSValue value)
46 JSC::JSValue toJS(JSC::ExecState* exec, JSDOMGlobalObject* globalObject, WebGLByteArray* object)
51 JSC::JSValue JSWebGLByteArray::set(JSC::ExecState* exec, JSC::ArgList const& args)
  /external/webkit/WebCore/inspector/
JavaScriptProfile.h 31 #include <runtime/JSValue.h>
40 JSC::JSValue toJS(JSC::ExecState*, JSC::Profile*);
JavaScriptProfileNode.h 31 #include <runtime/JSValue.h>
42 JSC::JSValue toJS(JSC::ExecState*, JSC::ProfileNode*);
  /external/webkit/JavaScriptCore/runtime/
JSNotAnObject.cpp 39 // JSValue methods
40 JSValue JSNotAnObject::toPrimitive(ExecState* exec, PreferredPrimitiveType) const
46 bool JSNotAnObject::getPrimitiveNumber(ExecState* exec, double&, JSValue&)
102 void JSNotAnObject::put(ExecState* exec, const Identifier& , JSValue, PutPropertySlot&)
107 void JSNotAnObject::put(ExecState* exec, unsigned, JSValue)
StringConstructor.cpp 31 static NEVER_INLINE JSValue stringFromCharCodeSlowCase(ExecState* exec, const ArgList& args)
41 static JSValue JSC_HOST_CALL stringFromCharCode(ExecState* exec, JSObject*, JSValue, const ArgList& args)
78 static JSValue JSC_HOST_CALL callStringConstructor(ExecState* exec, JSObject*, JSValue, const ArgList& args)
JSGlobalObject.h 182 virtual void put(ExecState*, const Identifier&, JSValue, PutPropertySlot&);
183 virtual void putWithAttributes(ExecState*, const Identifier& propertyName, JSValue value, unsigned attributes);
263 void resetPrototype(JSValue prototype);
268 static PassRefPtr<Structure> createStructure(JSValue prototype)
278 GlobalPropertyInfo(const Identifier& i, JSValue v, unsigned a)
286 JSValue value;
296 void reset(JSValue prototype);
303 JSGlobalObject* asGlobalObject(JSValue);
305 inline JSGlobalObject* asGlobalObject(JSValue value)
358 inline JSValue Structure::prototypeForLookup(ExecState* exec) cons
    [all...]
LiteralParser.cpp 283 JSValue LiteralParser::parse(ParserState initialState)
287 JSValue lastValue;
303 return JSValue();
320 return JSValue();
338 return JSValue();
345 return JSValue();
355 return JSValue();
360 return JSValue();
374 return JSValue();
416 return JSValue();
    [all...]
JSFunction.cpp 119 JSValue JSFunction::call(ExecState* exec, JSValue thisValue, const ArgList& args)
125 JSValue JSFunction::argumentsGetter(ExecState* exec, const Identifier&, const PropertySlot& slot)
132 JSValue JSFunction::callerGetter(ExecState* exec, const Identifier&, const PropertySlot& slot)
139 JSValue JSFunction::lengthGetter(ExecState* exec, const Identifier&, const PropertySlot& slot)
152 JSValue* location = getDirectLocation(propertyName);
222 void JSFunction::put(ExecState* exec, const Identifier& propertyName, JSValue value, PutPropertySlot& slot)
256 JSValue prototype = get(exec, exec->propertyNames().prototype);
263 JSValue result = exec->interpreter()->execute(jsExecutable(), exec, this, thisObj, args, scopeChain().node(), exec->exceptionSlot());
ArgList.cpp 24 #include "JSValue.h"
45 markStack.appendValues(reinterpret_cast<JSValue*>(list->m_buffer), list->m_size);
49 void MarkedArgumentBuffer::slowAppend(JSValue v)
BooleanConstructor.cpp 60 static JSValue JSC_HOST_CALL callBooleanConstructor(ExecState* exec, JSObject*, JSValue, const ArgList& args)
71 JSObject* constructBooleanFromImmediateBoolean(ExecState* exec, JSValue immediateBooleanValue)
Completion.cpp 49 Completion evaluate(ExecState* exec, ScopeChain& scopeChain, const SourceCode& source, JSValue thisValue)
61 JSValue exception;
62 JSValue result = exec->interpreter()->execute(program.get(), exec, scopeChain.node(), thisObj, &exception);
JSPropertyNameIterator.h 48 static PassRefPtr<Structure> createStructure(JSValue prototype)
67 JSValue get(ExecState*, JSObject*, size_t i);
83 OwnArrayPtr<JSValue> m_jsStrings;
  /external/webkit/WebCore/bridge/
runtime_method.cpp 53 JSValue RuntimeMethod::lengthGetter(ExecState* exec, const Identifier&, const PropertySlot& slot)
88 static JSValue JSC_HOST_CALL callRuntimeMethod(ExecState* exec, JSObject* function, JSValue thisValue, const ArgList& args)
102 JSValue value = thisValue.get(exec, Identifier(exec, "__apple_runtime_object"));
114 JSValue result = instance->invokeMethod(exec, *method->methods(), args);
  /external/webkit/WebCore/bridge/jni/jsc/
JNIUtilityPrivate.cpp 61 JSValue item = jsArray->get(exec, i);
74 JSValue item = jsArray->get(exec, i);
85 JSValue item = jsArray->get(exec, i);
96 JSValue item = jsArray->get(exec, i);
110 JSValue item = jsArray->get(exec, i);
121 JSValue item = jsArray->get(exec, i);
132 JSValue item = jsArray->get(exec, i);
143 JSValue item = jsArray->get(exec, i);
154 JSValue item = jsArray->get(exec, i);
171 jvalue convertValueToJValue(ExecState* exec, JSValue value, JNIType jniType, const char* javaClassName
    [all...]
  /external/webkit/JavaScriptCore/qt/api/
qscriptvalue_p.h 54 JSValue -> QSVP is associated with engine, but there is no information about real type, the state
126 JSValue = 0x2000, // JS values are equal or higher then this value.
302 : m_state(JSValue)
327 case JSValue:
343 case JSValue:
359 case JSValue:
375 case JSValue:
391 case JSValue:
405 case JSValue:
421 case JSValue
    [all...]
  /external/webkit/JavaScriptCore/interpreter/
CallFrame.h 49 JSValue thisValue();
82 void setException(JSValue exception) { globalData().exception = exception; }
83 void clearException() { globalData().exception = JSValue(); }
84 JSValue exception() const { return globalData().exception; }
85 JSValue* exceptionSlot() { return &globalData().exception; }
113 void setCalleeArguments(JSValue arguments) { static_cast<Register*>(this)[RegisterFile::OptionalCalleeArguments] = arguments; }
129 setCalleeArguments(JSValue());
  /external/webkit/JavaScriptCore/debugger/
DebuggerCallFrame.cpp 77 JSValue DebuggerCallFrame::evaluate(const UString& script, JSValue& exception) const
80 return JSValue();

Completed in 2143 milliseconds

1 2 3 4 5 67 8 91011>>