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

/macosx-10.10.1/JavaScriptCore-7600.1.17/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.10.1/JavaScriptCore-7600.1.17/bindings/
H A DScriptValue.h54 JSC::JSValue jsValue() const { return m_value.get(); } function in class:Deprecated::ScriptValue
/macosx-10.10.1/JavaScriptCore-7600.1.17/interpreter/
H A DRegister.h116 ALWAYS_INLINE JSValue Register::jsValue() const function in class:JSC::Register
/macosx-10.10.1/JavaScriptCore-7600.1.17/API/
H A DJSValueRef.cpp76 JSValue jsValue = toJS(exec, value); local
101 JSValue jsValue = toJS(exec, value); local
114 JSValue jsValue local
127 JSValue jsValue = toJS(exec, value); local
140 JSValue jsValue = toJS(exec, value); local
153 JSValue jsValue = toJS(exec, value); local
166 JSValue jsValue = toJS(exec, value); local
179 JSValue jsValue = toJS(exec, value); local
246 JSValue jsValue = toJS(exec, value); local
376 JSValue jsValue = toJS(exec, value); local
389 JSValue jsValue = toJS(exec, value); local
414 JSValue jsValue = toJS(exec, value); local
439 JSValue jsValue = toJS(exec, value); local
464 JSValue jsValue = toJSForGC(exec, value); local
478 JSValue jsValue = toJSForGC(exec, value); local
[all...]
H A DJSObjectRef.cpp303 JSValue jsValue = toJS(exec, value); local
333 JSValue jsValue = jsObject->get(exec, propertyName->identifier(&exec->vm())); local
357 JSValue jsValue = toJS(exec, value); local
389 JSValue jsValue = jsObject->get(exec, propertyIndex); local
413 JSValue jsValue = toJS(exec, value); local
520 JSValue jsValue = value ? toJS(exec, value) : JSValue(); local
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/Plugins/Netscape/
H A DNPJSObject.cpp192 JSValue jsValue = m_objectMap->convertNPVariantToJSValue(exec, m_objectMap->globalObject(), *value); local
/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecompiler/
H A DNodesCodegen.cpp120 JSValue StringNode::jsValue(BytecodeGenerator& generator) const function in class:JSC::StringNode
/macosx-10.10.1/JavaScriptCore-7600.1.17/dfg/
H A DDFGOperations.cpp433 JSValue jsValue = JSValue(JSValue::EncodeAsDouble, value); local
450 JSValue jsValue = JSValue(JSValue::EncodeAsDouble, value); local
H A DDFGSpeculativeJIT64.cpp84 JSValue jsValue = jsNumber(valueOfInt32Constant(edge.node())); local
92 JSValue jsValue = valueOfJSConstant(edge.node()); local
888 JSValue jsValue = valueOfJSConstant(edge.node()); local
1012 JSValue jsValue local
1098 JSValue jsValue = valueOfJSConstant(edge.node()); local
[all...]
H A DDFGSpeculativeJIT32_64.cpp876 JSValue jsValue = valueOfJSConstant(edge.node()); local
965 JSValue jsValue = valueOfJSConstant(edge.node()); local
H A DDFGSpeculativeJIT.cpp2367 JSValue jsValue = valueOfJSConstant(valueUse.node()); local
/macosx-10.10.1/JavaScriptCore-7600.1.17/ftl/
H A DFTLLowerDFGToLLVM.cpp874 LValue jsValue = m_out.load64(addressFor(operand)); local
5083 isNotInt32(LValue jsValue) argument
5087 unboxInt32(LValue jsValue) argument
5096 isCellOrMisc(LValue jsValue) argument
5100 isNotCellOrMisc(LValue jsValue) argument
5105 unboxDouble(LValue jsValue) argument
5195 isNumber(LValue jsValue) argument
5199 isNotNumber(LValue jsValue) argument
5204 isNotCell(LValue jsValue) argument
5209 isCell(LValue jsValue) argument
5224 isNotBoolean(LValue jsValue) argument
5230 isBoolean(LValue jsValue) argument
5234 unboxBoolean(LValue jsValue) argument
[all...]

Completed in 308 milliseconds