Searched defs:jsValue (Results 1 - 21 of 21) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/heap/
H A DWeakSetInlines.h33 inline WeakImpl* WeakSet::allocate(JSValue jsValue, WeakHandleOwner* weakHandleOwner, void* context) argument
H A DWeakBlock.cpp100 const JSValue& jsValue = weakImpl->jsValue(); local
H A DWeakImpl.h73 inline WeakImpl::WeakImpl(JSValue jsValue, WeakHandleOwner* weakHandleOwner, void* context) argument
93 inline const JSValue& WeakImpl::jsValue() function in class:JSC::WeakImpl
H A DHandle.h106 JSValue jsValue() const function in struct:JSC::HandleConverter
/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DJSSQLResultSetRowListCustom.cpp63 JSValue jsValue; local
H A DScriptObject.cpp96 JSValue jsValue = scriptState->lexicalGlobalObject()->get(scriptState, Identifier(scriptState, name)); local
H A DScriptValue.h54 JSC::JSValue jsValue() const { return m_value.get(); } function in class:WebCore::ScriptValue
H A DIDBBindingUtilities.cpp66 static bool set(ExecState* exec, JSValue& object, const String& keyPathElement, JSValue jsValue) argument
188 JSValue jsValue = value.jsValue(); local
[all...]
H A DJSDOMBinding.h383 static inline bool nativeValue(JSC::ExecState* exec, JSC::JSValue jsValue, String& indexedValue) argument
392 static inline bool nativeValue(JSC::ExecState* exec, JSC::JSValue jsValue, unsigned& indexedValue) argument
407 static inline bool nativeValue(JSC::ExecState* exec, JSC::JSValue jsValue, float& indexedValue) argument
/macosx-10.9.5/JavaScriptCore-7537.78.1/interpreter/
H A DRegister.h120 ALWAYS_INLINE JSValue Register::jsValue() const function in class:JSC::Register
/macosx-10.9.5/JavaScriptCore-7537.78.1/API/
H A DJSValueRef.cpp74 JSValue jsValue = toJS(exec, value); local
99 JSValue jsValue = toJS(exec, value); local
112 JSValue jsValue local
125 JSValue jsValue = toJS(exec, value); local
138 JSValue jsValue = toJS(exec, value); local
151 JSValue jsValue = toJS(exec, value); local
164 JSValue jsValue = toJS(exec, value); local
177 JSValue jsValue = toJS(exec, value); local
237 JSValue jsValue = toJS(exec, value); local
365 JSValue jsValue = toJS(exec, value); local
378 JSValue jsValue = toJS(exec, value); local
399 JSValue jsValue = toJS(exec, value); local
420 JSValue jsValue = toJS(exec, value); local
441 JSValue jsValue = toJSForGC(exec, value); local
455 JSValue jsValue = toJSForGC(exec, value); local
[all...]
H A DJSObjectRef.cpp278 JSValue jsValue = toJS(exec, value); local
308 JSValue jsValue = jsObject->get(exec, propertyName->identifier(&exec->vm())); local
328 JSValue jsValue = toJS(exec, value); local
355 JSValue jsValue = jsObject->get(exec, propertyIndex); local
375 JSValue jsValue = toJS(exec, value); local
466 JSValue jsValue = value ? toJS(exec, value) : JSValue(); local
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/Plugins/Netscape/
H A DNPJSObject.cpp193 JSValue jsValue = m_objectMap->convertNPVariantToJSValue(exec, m_objectMap->globalObject(), *value); local
/macosx-10.9.5/JavaScriptCore-7537.78.1/jit/
H A DJITStubs.h72 JSValue jsValue() { return JSValue::decode(asEncodedJSValue); } function in union:JSC::JITStubArg
/macosx-10.9.5/WebCore-7537.78.1/bridge/qt/
H A Dqt_instance.cpp338 JSValueRef jsValue = convertQVariantToValue(toRef(exec), inst->rootObject(), val, &exception); local
/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecompiler/
H A DNodesCodegen.cpp117 JSValue StringNode::jsValue(BytecodeGenerator& generator) const function in class:JSC::StringNode
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGOperations.cpp648 JSValue jsValue = JSValue(JSValue::EncodeAsDouble, value); local
665 JSValue jsValue = JSValue(JSValue::EncodeAsDouble, value); local
H A DDFGSpeculativeJIT64.cpp61 JSValue jsValue = jsNumber(valueOfNumberConstant(edge.node())); local
65 JSValue jsValue = valueOfJSConstant(edge.node()); local
134 JSValue jsValue = jsNumber(valueOfInt32Constant(edge.node())); local
142 JSValue jsValue = valueOfJSConstant(edge.node()); local
1141 JSValue jsValue = valueOfJSConstant(edge.node()); local
1218 JSValue jsValue = valueOfJSConstant(edge.node()); local
[all...]
H A DDFGSpeculativeJIT.cpp2606 JSValue jsValue = valueOfJSConstant(valueUse.node()); local
H A DDFGSpeculativeJIT32_64.cpp61 JSValue jsValue = valueOfJSConstant(edge.node()); local
1115 JSValue jsValue = valueOfJSConstant(edge.node()); local
1196 JSValue jsValue = valueOfJSConstant(edge.node()); local
/macosx-10.9.5/JavaScriptCore-7537.78.1/parser/
H A DNodes.h214 virtual JSValue jsValue(BytecodeGenerator&) const { return jsNull(); } function in class:JSC::NullNode
224 virtual JSValue jsValue(BytecodeGenerator&) const { return jsBoolean(m_value); } function in class:JSC::BooleanNode
237 virtual JSValue jsValue(BytecodeGenerator&) const { return jsNumber(m_value); } function in class:JSC::NumberNode

Completed in 507 milliseconds