HomeSort by relevance Sort by last modified time
    Searched refs:jsNull (Results 26 - 50 of 68) sorted by null

12 3

  /external/webkit/JavaScriptCore/runtime/
ObjectConstructor.cpp 107 return jsNull();
251 return jsNull();
254 return jsNull();
272 return jsNull();
275 return jsNull();
290 return jsNull();
ExceptionHelpers.cpp 175 return createNotAConstructorError(exec, error->isNull() ? jsNull() : jsUndefined(), bytecodeOffset, codeBlock);
176 return createInvalidParamError(exec, "instanceof", error->isNull() ? jsNull() : jsUndefined(), bytecodeOffset, codeBlock);
183 UString errorMessage = createErrorMessage(exec, codeBlock, line, divotPoint - startOffset, divotPoint, error->isNull() ? jsNull() : jsUndefined(), "not an object");
JSByteArray.h 104 : JSObject(createStructure(jsNull()))
JSONObject.cpp 260 return jsNull();
269 return jsNull();
340 return jsNull();
664 JSValue outValue = jsNull();
732 return jsNull();
780 return jsNull();
799 return jsNull();
842 return jsNull();
RegExpObject.cpp 124 return jsNull();
JSCell.h 55 return Structure::create(jsNull(), TypeInfo(UnspecifiedType), AnonymousSlotCount);
JSValue.h 79 enum JSNullTag { JSNull };
274 inline JSValue jsNull()
276 return JSValue(JSValue::JSNull);
845 return asValue() == jsNull();
  /external/webkit/JavaScriptCore/debugger/
DebuggerActivation.cpp 34 : JSObject(DebuggerActivation::createStructure(jsNull()))
  /external/webkit/JavaScriptCore/API/
JSContextRef.cpp 104 prototype = jsNull();
  /external/webkit/WebCore/bindings/js/
JSClipboardCustom.cpp 57 return jsNull();
JSEventCustom.cpp 100 return jsNull();
JSSVGPathSegCustom.cpp 64 return jsNull();
SerializedScriptValue.cpp 540 return jsNull();
548 return jsNull();
582 return SerializedScriptValueData(jsNull());
663 OutputType null() { return jsNull(); }
740 return jsNull();
744 return jsNull();
754 return jsNull();
762 return jsNull();
765 return jsNull();
WorkerScriptController.cpp 73 RefPtr<Structure> workerContextPrototypeStructure = JSWorkerContextPrototype::createStructure(jsNull());
JSElementCustom.cpp 146 return jsNull();
JSHTMLCollectionCustom.cpp 135 return jsNull();
SerializedScriptValue.h 214 return JSC::jsNull();
JSDOMBinding.h 300 return JSC::jsNull();
319 return JSC::jsNull();
342 return JSC::jsNull();
JSDOMBinding.cpp 572 return jsNull();
579 return jsNull();
605 return jsNull();
640 return jsNull();
  /external/webkit/WebCore/bridge/c/
c_utility.cpp 117 return jsNull();
  /external/webkit/WebCore/inspector/
JavaScriptProfile.cpp 169 return jsNull();
JavaScriptProfileNode.cpp 221 return jsNull();
  /external/webkit/JavaScriptGlue/
JSUtils.cpp 176 result = jsNull();
411 globalObject = new (&JSGlobalData::sharedInstance()) JSGlueGlobalObject(JSGlueGlobalObject::createStructure(jsNull()));
  /external/webkit/JavaScriptCore/API/tests/
testapi.c 800 JSValueRef jsNull = JSValueMakeNull(context);
845 ASSERT(JSValueGetType(context, jsNull) == kJSTypeNull);
877 ASSERT(NULL == JSValueToObject(context, jsNull, &exception));
902 assertEqualsAsBoolean(jsNull, false);
916 assertEqualsAsNumber(jsNull, 0);
    [all...]
  /external/webkit/JavaScriptCore/
jsc.cpp 265 return jsNull();
275 return jsNull();

Completed in 340 milliseconds

12 3