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

1 2 3 4 5 6 7 891011>>

  /external/webkit/WebCore/bindings/js/
JSNodeFilterCustom.cpp 44 JSValue JSNodeFilter::acceptNode(ExecState* exec, const ArgList& args)
49 PassRefPtr<NodeFilter> toNodeFilter(JSValue value)
JSNodeIteratorCustom.cpp 40 JSValue JSNodeIterator::nextNode(ExecState* exec, const ArgList&)
55 JSValue JSNodeIterator::previousNode(ExecState* exec, const ArgList&)
ScheduledAction.h 50 ScheduledAction(JSC::JSValue function, const JSC::ArgList&, DOMWrapperWorld* isolatedWorld);
57 void executeFunctionInContext(JSC::JSGlobalObject*, JSC::JSValue thisValue);
JSDOMWindowShell.h 61 static PassRefPtr<JSC::Structure> createStructure(JSC::JSValue prototype)
75 virtual void put(JSC::ExecState*, const JSC::Identifier& propertyName, JSC::JSValue, JSC::PutPropertySlot&);
76 virtual void putWithAttributes(JSC::ExecState*, const JSC::Identifier& propertyName, JSC::JSValue, unsigned attributes);
83 virtual JSC::JSValue lookupGetter(JSC::ExecState*, const JSC::Identifier& propertyName);
84 virtual JSC::JSValue lookupSetter(JSC::ExecState*, const JSC::Identifier& propertyName);
92 JSC::JSValue toJS(JSC::ExecState*, Frame*);
JSHTMLAllCollectionCustom.cpp 43 static JSValue getNamedItems(ExecState* exec, JSHTMLAllCollection* collection, const Identifier& propertyName)
61 static JSValue JSC_HOST_CALL callHTMLAllCollection(ExecState* exec, JSObject* function, JSValue, const ArgList& args)
115 JSValue JSHTMLAllCollection::nameGetter(ExecState* exec, const Identifier& propertyName, const PropertySlot& slot)
121 JSValue JSHTMLAllCollection::item(ExecState* exec, const ArgList& args)
130 JSValue JSHTMLAllCollection::namedItem(ExecState* exec, const ArgList& args)
WorkerScriptController.cpp 99 return JSValue();
103 if (exception.jsValue()) {
105 reportException(m_workerContextWrapper->globalExec(), exception.jsValue());
115 return JSValue();
131 return JSValue();
136 m_workerContextWrapper->globalExec()->setException(exception.jsValue());
JSClipboardCustom.cpp 51 JSValue JSClipboard::types(ExecState* exec) const
66 JSValue JSClipboard::clearData(ExecState* exec, const ArgList& args)
84 JSValue JSClipboard::getData(ExecState* exec, const ArgList& args)
100 JSValue JSClipboard::setData(ExecState* exec, const ArgList& args)
111 JSValue JSClipboard::setDragImage(ExecState* exec, const ArgList& args)
JSDOMWindowShell.cpp 97 void JSDOMWindowShell::put(ExecState* exec, const Identifier& propertyName, JSValue value, PutPropertySlot& slot)
102 void JSDOMWindowShell::putWithAttributes(ExecState* exec, const Identifier& propertyName, JSValue value, unsigned attributes)
137 JSValue JSDOMWindowShell::lookupGetter(ExecState* exec, const Identifier& propertyName)
142 JSValue JSDOMWindowShell::lookupSetter(ExecState* exec, const Identifier& propertyName)
170 JSValue toJS(ExecState* exec, Frame* frame)
JSEventListener.cpp 91 JSValue handleEventFunction = jsFunction->get(exec, Identifier(exec, "handleEvent"));
96 handleEventFunction = JSValue();
113 JSValue retval = handleEventFunction
163 JSValue thisValue = globalObject->toThisObject(exec);
166 JSValue returnValue = JSC::call(exec, jsFunction, callType, callData, thisValue, args);
ScriptFunctionCall.cpp 68 m_arguments.append(argument.jsValue());
89 void ScriptFunctionCall::appendArgument(JSC::JSValue argument)
135 JSValue function = thisObject->get(m_exec, Identifier(m_exec, m_name));
149 JSValue result = JSC::call(m_exec, function, callType, callData, thisObject, m_arguments);
187 JSValue result = JSC::construct(m_exec, constructor, constructType, constructData, m_arguments);
ScriptObject.cpp 189 JSValue jsValue = scriptState->lexicalGlobalObject()->get(scriptState, Identifier(scriptState, name));
190 if (!jsValue)
193 if (!jsValue.isObject())
196 value = ScriptObject(scriptState, asObject(jsValue));
JSDOMBinding.cpp 554 JSValue jsStringSlowCase(ExecState* exec, JSStringCache& stringCache, StringImpl* stringImpl)
569 JSValue jsStringOrNull(ExecState* exec, const String& s)
576 JSValue jsOwnedStringOrNull(ExecState* exec, const UString& s)
583 JSValue jsStringOrUndefined(ExecState* exec, const String& s)
590 JSValue jsStringOrFalse(ExecState* exec, const String& s)
597 JSValue jsString(ExecState* exec, const KURL& url)
602 JSValue jsStringOrNull(ExecState* exec, const KURL& url)
609 JSValue jsStringOrUndefined(ExecState* exec, const KURL& url)
616 JSValue jsStringOrFalse(ExecState* exec, const KURL& url)
623 UString valueToStringWithNullCheck(ExecState* exec, JSValue value
    [all...]
SerializedScriptValue.cpp 467 typedef JSValue InputType;
482 bool isArray(JSValue value)
490 bool isObject(JSValue value)
495 JSArray* asInputArray(JSValue value)
500 JSObject* asInputObject(JSValue value)
515 uint32_t length(JSValue array)
527 JSValue getIndex(JSArray* array, unsigned index)
532 JSValue getSparseIndex(JSObject* object, unsigned propertyName, bool& hasIndex)
543 JSValue getProperty(JSObject* object, const Identifier& propertyName, unsigned)
551 SerializedScriptValueData convertIfTerminal(JSValue value
    [all...]
JSCustomXPathNSResolver.cpp 42 PassRefPtr<JSCustomXPathNSResolver> JSCustomXPathNSResolver::create(JSC::ExecState* exec, JSC::JSValue value)
74 JSValue function = m_customResolver->get(exec, Identifier(exec, "lookupNamespaceURI"));
93 JSValue retval = JSC::call(exec, function, callType, callData, m_customResolver, args);
JSDOMWindowBase.h 97 JSC::JSValue toJS(JSC::ExecState*, JSDOMGlobalObject*, DOMWindow*);
98 JSC::JSValue toJS(JSC::ExecState*, DOMWindow*);
102 JSDOMWindow* toJSDOMWindow(JSC::JSValue);
  /external/webkit/WebCore/bridge/c/
c_runtime.h 41 virtual JSValue valueFromInstance(ExecState*, const Instance*) const;
42 virtual void setValueToInstance(ExecState*, const Instance*, JSValue) const;
  /external/webkit/JavaScriptCore/jit/
JITInlineMethods.h 40 unsigned argumentStackOffset = (argumentNumber * (sizeof(JSValue) / sizeof(void*))) + JITSTACKFRAME_ARGS_INDEX;
48 unsigned argumentStackOffset = (argumentNumber * (sizeof(JSValue) / sizeof(void*))) + JITSTACKFRAME_ARGS_INDEX;
56 unsigned argumentStackOffset = (argumentNumber * (sizeof(JSValue) / sizeof(void*))) + JITSTACKFRAME_ARGS_INDEX;
64 unsigned argumentStackOffset = (argumentNumber * (sizeof(JSValue) / sizeof(void*))) + JITSTACKFRAME_ARGS_INDEX;
73 ALWAYS_INLINE JSValue JIT::getConstantOperand(unsigned src)
319 return Address(base, (index * sizeof(Register)) + OBJECT_OFFSETOF(JSValue, u.asBits.tag));
324 return Address(base, (index * sizeof(Register)) + OBJECT_OFFSETOF(JSValue, u.asBits.payload));
365 inline void JIT::emitLoad(const JSValue& v, RegisterID tag, RegisterID payload)
417 convertInt32ToDouble(AbsoluteAddress(bytePointer + OBJECT_OFFSETOF(JSValue, u.asBits.payload)), value);
432 store32(Imm32(JSValue::Int32Tag), tagFor(index, callFrameRegister))
    [all...]
JITOpcodes.cpp 55 Jump string_failureCases1 = branch32(NotEqual, regT1, Imm32(JSValue::CellTag));
63 move(Imm32(JSValue::Int32Tag), regT1);
175 JSValue thisValue;
178 JSValue result;
182 JSValue thisValue;
192 JSValue thisValue;
197 JSValue thisValue;
225 loadPtr(Address(regT1, -(int)sizeof(Register) + OBJECT_OFFSETOF(JSValue, u.asBits.payload)), regT2);
226 loadPtr(Address(regT1, -(int)sizeof(Register) + OBJECT_OFFSETOF(JSValue, u.asBits.tag)), regT3);
227 storePtr(regT2, Address(stackPointerRegister, OBJECT_OFFSETOF(NativeCallFrameStructure, thisValue) + OBJECT_OFFSETOF(JSValue, u.asBits.payload)))
    [all...]
  /external/webkit/JavaScriptCore/runtime/
JSVariableObject.h 49 virtual void putWithAttributes(ExecState*, const Identifier&, JSValue, unsigned attributes) = 0;
59 static PassRefPtr<Structure> createStructure(JSValue prototype)
98 bool symbolTablePut(const Identifier&, JSValue);
99 bool symbolTablePutWithAttributes(const Identifier&, JSValue, unsigned attributes);
125 inline bool JSVariableObject::symbolTablePut(const Identifier& propertyName, JSValue value)
138 inline bool JSVariableObject::symbolTablePutWithAttributes(const Identifier& propertyName, JSValue value, unsigned attributes)
JSString.h 57 // likely outlive the JSValue this makes, such as the parse tree or a
242 JSString(ExecState* exec, JSValue v1, JSValue v2, JSValue v3)
300 static PassRefPtr<Structure> createStructure(JSValue proto) { return Structure::create(proto, TypeInfo(StringType, OverridesGetOwnPropertySlot | NeedsThisConversion), AnonymousSlotCount); }
326 void appendValueInConstructAndIncrementLength(ExecState* exec, unsigned& index, JSValue v)
341 virtual JSValue toPrimitive(ExecState*, PreferredPrimitiveType) const;
342 virtual bool getPrimitiveNumber(ExecState*, double& number, JSValue& value);
369 friend JSValue jsString(ExecState* exec, JSString* s1, JSString* s2);
370 friend JSValue jsString(ExecState* exec, const UString& u1, JSString* s2)
    [all...]
JSByteArray.cpp 54 PassRefPtr<Structure> JSByteArray::createStructure(JSValue prototype)
91 void JSByteArray::put(ExecState* exec, const Identifier& propertyName, JSValue value, PutPropertySlot& slot)
102 void JSByteArray::put(ExecState* exec, unsigned propertyName, JSValue value)
  /external/webkit/WebCore/bridge/objc/
objc_instance.mm 170 JSValue ObjcInstance::invokeMethod(ExecState* exec, const MethodList &methodList, const ArgList &args)
172 JSValue result = jsUndefined();
288 return const_cast<JSValue&>(result);
291 JSValue ObjcInstance::invokeDefaultMethod(ExecState* exec, const ArgList &args)
293 JSValue result = jsUndefined();
339 return const_cast<JSValue&>(result);
342 bool ObjcInstance::setValueOfUndefinedField(ExecState* exec, const Identifier& property, JSValue aValue)
370 JSValue ObjcInstance::getValueOfUndefinedField(ExecState* exec, const Identifier& property) const
372 JSValue result = jsUndefined();
396 return const_cast<JSValue&>(result)
    [all...]
  /external/webkit/WebKit/mac/WebView/
WebScriptDebugDelegate.mm 58 - (id)_convertValueToObjcValue:(JSValue)value;
116 - (id)_convertValueToObjcValue:(JSValue)value
217 JSValue exception = _private->debuggerCallFrame->exception();
244 JSValue exception;
245 JSValue result = evaluateInGlobalCallFrame(String(script), exception, globalObject);
251 JSValue exception;
252 JSValue result = _private->debuggerCallFrame->evaluate(String(script), exception);
  /external/webkit/JavaScriptCore/profiler/
Profiler.cpp 108 void Profiler::willExecute(ExecState* exec, JSValue function)
119 CallIdentifier callIdentifier = createCallIdentifier(exec, JSValue(), sourceURL, startingLineNumber);
124 void Profiler::didExecute(ExecState* exec, JSValue function)
135 dispatchFunctionToProfiles(m_currentProfiles, &ProfileGenerator::didExecute, createCallIdentifier(exec, JSValue(), sourceURL, startingLineNumber), exec->lexicalGlobalObject()->profileGroup());
138 CallIdentifier Profiler::createCallIdentifier(ExecState* exec, JSValue functionValue, const UString& defaultSourceURL, int defaultLineNumber)
  /external/webkit/JavaScriptCore/API/
JSCallbackObjectFunctions.h 44 inline JSCallbackObject<Base>* JSCallbackObject<Base>::asCallbackObject(JSValue value)
176 JSValue value = slot.getValue(exec, propertyName);
190 void JSCallbackObject<Base>::put(ExecState* exec, const Identifier& propertyName, JSValue value, PutPropertySlot& slot)
338 bool JSCallbackObject<Base>::hasInstance(ExecState* exec, JSValue value, JSValue)
373 JSValue JSCallbackObject<Base>::call(ExecState* exec, JSObject* functionObject, JSValue thisValue, const ArgList& args)
386 JSValue result;
398 return JSValue();
519 JSValue JSCallbackObject<Base>::staticValueGetter(ExecState* exec, const Identifier& propertyName, const P (…)
    [all...]

Completed in 1805 milliseconds

1 2 3 4 5 6 7 891011>>