Searched refs:asValue (Results 1 - 8 of 8) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
H A DJSValue.cpp62 return constructNumber(exec, globalObject, asValue());
64 return constructBooleanFromImmediateBoolean(exec, globalObject, asValue());
76 return constructNumber(exec, exec->lexicalGlobalObject(), asValue());
78 return constructBooleanFromImmediateBoolean(exec, exec->lexicalGlobalObject(), asValue());
87 return constructNumber(exec, exec->lexicalGlobalObject(), asValue());
89 return constructBooleanFromImmediateBoolean(exec, exec->lexicalGlobalObject(), asValue());
H A DJSValueInlineMethods.h65 return isNumber() ? asValue() : jsNumber(this->toNumber(exec));
417 return asValue() == jsUndefined();
422 return asValue() == jsNull();
427 return asValue() == JSValue(JSTrue);
432 return asValue() == JSValue(JSFalse);
437 ASSERT(asValue() == jsBoolean(true) || asValue() == jsBoolean(false));
438 return asValue() == jsBoolean(true);
H A DJSCell.h254 return isCell() ? asCell()->toPrimitive(exec, preferredType) : asValue();
H A DJSValue.h243 inline const JSValue asValue() const { return *this; } function in class:JSC::JSValue
H A DJSObject.h748 PropertySlot slot(asValue());
775 PropertySlot slot(asValue());
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
H A DBaseCompiledTemplate.java172 public static Value asValue(String value) { method in class:BaseCompiledTemplate
179 public static Value asValue(int value) { method in class:BaseCompiledTemplate
186 public static Value asValue(boolean value) { method in class:BaseCompiledTemplate
193 public static Value asValue(Value value) { method in class:BaseCompiledTemplate
/external/webkit/Source/WebCore/inspector/
H A DInspectorValues.h79 virtual bool asValue(RefPtr<InspectorValue>* output);
H A DInspectorValues.cpp514 bool InspectorValue::asValue(RefPtr<InspectorValue>* output) function in class:WebCore::InspectorValue

Completed in 311 milliseconds