Searched refs:JSValue (Results 276 - 300 of 550) sorted by relevance

<<11121314151617181920>>

/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DJSONObject.cpp68 // PropertyNameForFunctionCall objects must be on the stack, since the JSValue that they create is not marked.
74 JSValue value(ExecState*) const;
79 mutable JSValue m_value;
112 JSValue toJSON(JSValue, const PropertyNameForFunctionCall&);
115 StringifyResult appendStringifiedValue(StringBuilder&, JSValue, JSObject* holder, const PropertyNameForFunctionCall&);
137 static inline JSValue unwrapBoxedPrimitive(ExecState* exec, JSValue value)
151 static inline String gap(ExecState* exec, JSValue space)
193 JSValue PropertyNameForFunctionCal
[all...]
H A DArrayConstructor.h45 static Structure* createStructure(VM& vm, JSGlobalObject* globalObject, JSValue prototype)
64 JSObject* constructArrayWithSizeQuirk(ExecState*, ArrayAllocationProfile*, JSGlobalObject*, JSValue);
H A DBooleanConstructor.h43 static Structure* createStructure(VM& vm, JSGlobalObject* globalObject, JSValue prototype)
57 JSObject* constructBooleanFromImmediateBoolean(ExecState*, JSGlobalObject*, JSValue);
H A DErrorInstance.h34 static Structure* createStructure(VM& vm, JSGlobalObject* globalObject, JSValue prototype)
46 static ErrorInstance* create(ExecState* exec, Structure* structure, JSValue message)
H A DNameConstructor.cpp53 JSValue publicName = exec->argumentCount() ? exec->argument(0) : jsUndefined();
54 return JSValue::encode(NameInstance::create(exec->vm(), exec->lexicalGlobalObject()->privateNameStructure(), publicName.toString(exec)));
H A DNameInstance.h40 static Structure* createStructure(VM& vm, JSGlobalObject* globalObject, JSValue prototype)
70 inline bool isName(JSValue v)
H A DNamePrototype.cpp75 JSValue thisValue = exec->hostThisValue();
83 return JSValue::encode(jsCast<NameInstance*>(thisObject)->nameString());
/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DJSWebGLRenderingContextCustom.cpp103 static JSValue toJS(ExecState* exec, JSDOMGlobalObject* globalObject, const WebGLGetInfo& info)
157 static JSValue getObjectParameter(JSWebGLRenderingContext* obj, ExecState* exec, ObjectType objectType)
200 static JSValue toJS(ExecState* exec, JSDOMGlobalObject* globalObject, WebGLExtension* extension)
248 JSValue JSWebGLRenderingContext::getAttachedShaders(ExecState* exec)
273 JSValue JSWebGLRenderingContext::getExtension(ExecState* exec)
286 JSValue JSWebGLRenderingContext::getBufferParameter(ExecState* exec)
291 JSValue JSWebGLRenderingContext::getFramebufferAttachmentParameter(ExecState* exec)
315 JSValue JSWebGLRenderingContext::getParameter(ExecState* exec)
333 JSValue JSWebGLRenderingContext::getProgramParameter(ExecState* exec)
354 JSValue JSWebGLRenderingContex
[all...]
H A DSerializedScriptValue.cpp254 typedef pair<JSC::JSValue, SerializationReturnCode> DeserializationResult;
327 static SerializationReturnCode serialize(ExecState* exec, JSValue value,
392 JSC::JSValue value = toJS(m_exec, globalObject, input->at(i).get());
399 SerializationReturnCode serialize(JSValue in);
401 bool isArray(JSValue value)
463 JSValue getProperty(JSObject* object, const Identifier& propertyName)
468 return JSValue();
471 void dumpImmediate(JSValue value)
553 JSValue bufferObj = toJS(m_exec, jsCast<JSDOMGlobalObject*>(m_exec->lexicalGlobalObject()), arrayBuffer.get());
557 bool dumpIfTerminal(JSValue valu
[all...]
H A DJSDOMWindowShell.h62 static JSC::Structure* createStructure(JSC::VM& vm, JSC::JSValue prototype)
76 JSC::JSValue toJS(JSC::ExecState*, Frame*);
H A DJSEventTargetCustom.cpp42 JSValue toJS(ExecState* exec, JSDOMGlobalObject* globalObject, EventTarget* target)
71 EventTarget* toEventTarget(JSC::JSValue value)
H A DJSHTMLElementCustom.cpp57 JSValue JSHTMLElement::itemValue(ExecState* exec) const
63 void JSHTMLElement::setItemValue(ExecState* exec, JSValue value)
H A DJSMutationCallback.cpp65 JSValue callback = m_callback.get();
81 JSValue jsObserver = toJS(exec, globalObject, observer);
H A DJSPannerNodeCustom.cpp39 void JSPannerNode::setPanningModel(ExecState* exec, JSValue value)
63 void JSPannerNode::setDistanceModel(ExecState* exec, JSValue value)
H A DJSSQLResultSetRowListCustom.cpp44 JSValue JSSQLResultSetRowList::item(ExecState* exec)
63 JSValue jsValue;
H A DScheduledAction.h54 ScheduledAction(JSC::ExecState*, JSC::JSValue function, DOMWrapperWorld* isolatedWorld);
62 void executeFunctionInContext(JSC::JSGlobalObject*, JSC::JSValue thisValue, ScriptExecutionContext*);
H A DScriptFunctionCall.h41 class JSValue;
55 void appendArgument(JSC::JSValue);
H A DScriptValue.h51 ScriptValue(JSC::VM& vm, JSC::JSValue value) : m_value(vm, value) {}
54 JSC::JSValue jsValue() const { return m_value.get(); }
/macosx-10.9.5/WebKit-7537.78.2/mac/Plugins/Hosted/
H A DProxyInstance.mm82 virtual JSValue valueFromInstance(ExecState*, const Instance*) const;
83 virtual void setValueToInstance(ExecState*, const Instance*, JSValue) const;
88 JSValue ProxyField::valueFromInstance(ExecState* exec, const Instance* instance) const
93 void ProxyField::setValueToInstance(ExecState* exec, const Instance* instance, JSValue value) const
144 JSValue ProxyInstance::invoke(JSC::ExecState* exec, InvokeType type, uint64_t identifier, const ArgList& args)
193 static Structure* createStructure(VM& vm, JSGlobalObject* globalObject, JSValue prototype)
215 JSValue ProxyInstance::getMethod(JSC::ExecState* exec, PropertyName propertyName)
221 JSValue ProxyInstance::invokeMethod(ExecState* exec, JSC::RuntimeMethod* runtimeMethod)
251 JSValue ProxyInstance::invokeDefaultMethod(ExecState* exec)
275 JSValue ProxyInstanc
[all...]
/macosx-10.9.5/WebCore-7537.78.1/bindings/scripts/test/JS/
H A DJSTestMediaQueryListListener.h49 static JSC::Structure* createStructure(JSC::VM& vm, JSC::JSGlobalObject* globalObject, JSC::JSValue prototype)
54 static JSC::JSValue getConstructor(JSC::ExecState*, JSC::JSGlobalObject*);
91 JSC::JSValue toJS(JSC::ExecState*, JSDOMGlobalObject*, TestMediaQueryListListener*);
92 TestMediaQueryListListener* toTestMediaQueryListListener(JSC::JSValue);
108 static JSC::Structure* createStructure(JSC::VM& vm, JSC::JSGlobalObject* globalObject, JSC::JSValue prototype)
136 static JSC::Structure* createStructure(JSC::VM& vm, JSC::JSGlobalObject* globalObject, JSC::JSValue prototype)
149 JSC::JSValue jsTestMediaQueryListListenerConstructor(JSC::ExecState*, JSC::JSValue, JSC::PropertyName);
H A DJSTestOverloadedConstructors.h49 static JSC::Structure* createStructure(JSC::VM& vm, JSC::JSGlobalObject* globalObject, JSC::JSValue prototype)
54 static JSC::JSValue getConstructor(JSC::ExecState*, JSC::JSGlobalObject*);
91 JSC::JSValue toJS(JSC::ExecState*, JSDOMGlobalObject*, TestOverloadedConstructors*);
92 TestOverloadedConstructors* toTestOverloadedConstructors(JSC::JSValue);
106 static JSC::Structure* createStructure(JSC::VM& vm, JSC::JSGlobalObject* globalObject, JSC::JSValue prototype)
134 static JSC::Structure* createStructure(JSC::VM& vm, JSC::JSGlobalObject* globalObject, JSC::JSValue prototype)
150 JSC::JSValue jsTestOverloadedConstructorsConstructor(JSC::ExecState*, JSC::JSValue, JSC::PropertyName);
/macosx-10.9.5/WebCore-7537.78.1/bridge/objc/
H A DWebScriptObject.h37 + (id)_convertValueToObjcValue:(JSC::JSValue)value originRootObject:(JSC::Bindings::RootObject*)originRootObject rootObject:(JSC::Bindings::RootObject*)rootObject;
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/Plugins/Netscape/
H A DJSNPMethod.cpp64 JSValue thisValue = exec->hostThisValue();
78 return JSValue::encode(jsNPObject->callMethod(exec, jsNPMethod->npIdentifier()));
/macosx-10.9.5/JavaScriptCore-7537.78.1/
H A DJSCTypedArrayStubs.h59 static void put(JSC::JSCell*, JSC::ExecState*, JSC::PropertyName propertyName, JSC::JSValue, JSC::PutPropertySlot&);\
60 static void putByIndex(JSC::JSCell*, JSC::ExecState*, unsigned propertyName, JSC::JSValue, bool);\
63 static JSC::Structure* createStructure(JSC::VM& vm, JSC::JSGlobalObject* globalObject, JSC::JSValue prototype)\
69 static JSC::JSValue getConstructor(JSC::ExecState*, JSC::JSGlobalObject*);\
79 JSC::JSValue getByIndex(JSC::ExecState*, unsigned index);\
80 void indexSetter(JSC::ExecState*, unsigned index, JSC::JSValue);\
139 void JS##name##Array::put(JSCell* cell, ExecState* exec, PropertyName propertyName, JSValue value, PutPropertySlot& slot)\
151 void JS##name##Array::indexSetter(JSC::ExecState* exec, unsigned index, JSC::JSValue value) \
156 void JS##name##Array::putByIndex(JSCell* cell, ExecState* exec, unsigned propertyName, JSValue value, bool)\
173 JSValue J
[all...]
/macosx-10.9.5/WebKit-7537.78.2/mac/WebView/
H A DWebScriptDebugDelegate.mm58 - (id)_convertValueToObjcValue:(JSC::JSValue)value;
116 - (id)_convertValueToObjcValue:(JSC::JSValue)value
217 JSC::JSValue exception = _private->debuggerCallFrame->exception();
244 JSC::JSValue exception;
245 JSC::JSValue result = evaluateInGlobalCallFrame(script, exception, globalObject);
251 JSC::JSValue exception;
252 JSC::JSValue result = _private->debuggerCallFrame->evaluate(script, exception);

Completed in 141 milliseconds

<<11121314151617181920>>