Searched defs:expectations (Results 1 - 2 of 2) sorted by relevance

/external/v8/test/cctest/
H A Dtest-decls.cc61 Expectations expectations,
128 Expectations expectations,
141 if (expectations == EXPECT_RESULT) {
147 CHECK(expectations == EXPECT_EXCEPTION);
126 Check(const char* source, int get, int set, int has, Expectations expectations, v8::Handle<Value> value) argument
/external/webkit/WebKit/chromium/src/js/
H A DTests.js669 var expectations = {
679 this.assertEquals(expectations.functionsOnStack[0], callFrame.functionName);
681 this._checkSourceFrameWhenLoaded(expectations, function() {
1021 * Checks current execution line against expectations.
1061 * Waits for script pause, checks expectations, and invokes the callback.
1062 * @param {Object} expectations Dictionary of expectations
1065 TestSuite.prototype._waitForScriptPause = function(expectations, callback)
1077 test.assertEquals(expectations.functionsOnStack.join(","), functionsOnStack.join(","), "Unexpected stack.");
1081 test._checkSourceFrameWhenLoaded(expectations, callbac
[all...]

Completed in 469 milliseconds