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

<<11121314151617181920>>

  /external/webkit/Source/JavaScriptCore/runtime/
ScopeChain.h 68 static Structure* createStructure(JSGlobalData& globalData, JSValue proto) { return Structure::create(globalData, proto, TypeInfo(CompoundType, StructureFlags), AnonymousSlotCount, &s_info); }
136 return static_cast<ScopeChainNode*>(jsValue().asCell());
141 *this = JSValue(scopeChain);
CachedTranscendentalFunction.h 29 #include "JSValue.h"
59 JSValue operator() (double operand)
JSString.cpp 165 JSValue JSString::replaceCharacter(ExecState* exec, UChar character, const UString& replacement)
170 return JSValue(this);
214 return JSValue(new (globalData) JSString(globalData, builder.release()));
229 JSValue JSString::toPrimitive(ExecState*, PreferredPrimitiveType) const
234 bool JSString::getPrimitiveNumber(ExecState* exec, double& number, JSValue& result)
274 // This function should only be called by JSValue::get.
283 for (JSValue prototype = exec->lexicalGlobalObject()->stringPrototype(); !prototype.isNull(); prototype = object->prototype()) {
322 // This function should only be called by JSValue::get.
RegExpMatchesArray.h 54 virtual void put(ExecState* exec, const Identifier& propertyName, JSValue v, PutPropertySlot& slot)
61 virtual void put(ExecState* exec, unsigned propertyName, JSValue v)
  /external/webkit/Source/WebCore/bindings/js/
JSAudioContextCustom.cpp 78 return JSValue::encode(asObject(toJS(exec, jsConstructor->globalObject(), audioContext.get())));
81 JSValue JSAudioContext::createBuffer(ExecState* exec)
90 JSValue val = exec->argument(0);
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);
JSInjectedScriptManager.cpp 56 JSValue globalThisValue = scriptState->globalThisValue();
60 JSValue functionValue = comp.value();
70 JSValue result = JSC::call(scriptState, functionValue, callType, callData, globalThisValue, args);
JSMessagePortCustom.cpp 55 JSC::JSValue JSMessagePort::postMessage(JSC::ExecState* exec)
60 void fillMessagePortArray(JSC::ExecState* exec, JSC::JSValue value, MessagePortArray& portArray)
77 JSValue value = object->get(exec, i);
JSNamedNodeMapCustom.cpp 76 JSValue JSNamedNodeMap::nameGetter(ExecState* exec, JSValue slotBase, const Identifier& propertyName)
96 JSC::JSValue toJS(JSC::ExecState* exec, JSDOMGlobalObject* globalObject, NamedNodeMap* impl)
JSNodeFilterCondition.cpp 35 JSNodeFilterCondition::JSNodeFilterCondition(JSGlobalData& globalData, NodeFilter* owner, JSValue filter)
56 JSValue function = m_filter.get();
75 JSValue result = JSC::call(exec, function, callType, callData, m_filter.get(), args);
JSSQLTransactionCustom.cpp 45 JSValue JSSQLTransaction::executeSql(ExecState* exec)
65 JSValue lengthValue = object->get(exec, exec->propertyNames().length);
73 JSValue value = object->get(exec, i);
JSAudioNodeCustom.cpp 36 JSC::JSValue JSAudioNode::connect(JSC::ExecState* exec)
62 JSC::JSValue JSAudioNode::disconnect(JSC::ExecState* exec)
JSHTMLFormElementCustom.cpp 47 JSValue JSHTMLFormElement::nameGetter(ExecState* exec, JSValue slotBase, const Identifier& propertyName)
JSHTMLFrameSetElementCustom.cpp 50 JSValue JSHTMLFrameSetElement::nameGetter(ExecState* exec, JSValue slotBase, const Identifier& propertyName)
JSNavigatorCustom.cpp 51 JSValue JSNavigator::webkitGetUserMedia(ExecState* exec)
73 JSC::JSValue WebCore::JSNavigator::isApplicationInstalled(JSC::ExecState* exec)
JSNodeCustom.h 75 JSC::JSValue createWrapper(JSC::ExecState*, JSDOMGlobalObject*, Node*);
77 inline JSC::JSValue toJS(JSC::ExecState* exec, JSDOMGlobalObject* globalObject, Node* node)
JSStyleSheetListCustom.cpp 55 JSValue JSStyleSheetList::nameGetter(ExecState* exec, JSValue slotBase, const Identifier& propertyName)
JavaScriptCallFrame.h 76 JSC::JSValue evaluate(const JSC::UString& script, JSC::JSValue& exception) const;
ScriptFunctionCall.h 42 class JSValue;
57 void appendArgument(JSC::JSValue);
  /external/webkit/Source/WebCore/bridge/jni/
jni_jsobject.h 32 #include <runtime/JSValue.h>
95 jobject convertValueToJObject(JSValue) const;
96 JSValue convertJObjectToValue(ExecState*, jobject) const;
  /external/webkit/Source/WebCore/bridge/
testqtbindings.cpp 29 #include "JSValue.h"
114 JSValue* exVal = comp.value();
118 JSValue* lineVal = exVal->getObject()->get(exec, Identifier("line"));
  /external/webkit/Source/JavaScriptCore/API/
JSCallbackConstructor.cpp 78 return JSValue::encode(toJS(result));
81 return JSValue::encode(toJS(JSObjectMake(ctx, static_cast<JSCallbackConstructor*>(constructor)->classRef(), 0)));
  /external/webkit/Source/JavaScriptCore/interpreter/
RegisterFile.cpp 58 JSValue v = it->jsValue();
  /external/webkit/Source/WebCore/bridge/jni/jsc/
JavaFieldJSC.h 46 virtual JSValue valueFromInstance(ExecState*, const Instance*) const;
47 virtual void setValueToInstance(ExecState*, const Instance*, JSValue) const;
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
JSNPMethod.cpp 55 JSValue thisValue = exec->hostThisValue();
69 return JSValue::encode(jsNPObject->callMethod(exec, jsNPMethod->npIdentifier()));

Completed in 161 milliseconds

<<11121314151617181920>>