HomeSort by relevance Sort by last modified time
    Searched refs:ExpectInt32 (Results 1 - 10 of 10) sorted by null

  /external/v8/test/cctest/
test-api-accessors.cc 74 ExpectInt32("var n = new Node(); n.firstChild", 42);
75 ExpectInt32("var n = new Node(); n.firstChildRaw", 41);
78 ExpectInt32(
89 ExpectInt32(
95 ExpectInt32(
102 ExpectInt32(
test-js-arm64-variables.cc 63 static void ExpectInt32(Local<Context> context, int32_t expected,
78 ExpectInt32(env.local(), 0, result);
89 ExpectInt32(env.local(), 1, result);
100 ExpectInt32(env.local(), 2, result);
114 ExpectInt32(env.local(), 3, result);
128 ExpectInt32(env.local(), 4, result);
141 ExpectInt32(env.local(), 5, result);
test-javascript-arm64.cc 68 static void ExpectInt32(Local<Context> context, int32_t expected,
93 ExpectInt32(env.local(), 0x271828, result);
101 ExpectInt32(env.local(), 0x123, result);
111 ExpectInt32(env.local(), 0x314, result);
125 ExpectInt32(env.local(), 0x2468, result);
139 ExpectInt32(context, expect, result);
154 ExpectInt32(context, expect, result);
193 ExpectInt32(env.local(), 1234, result);
199 ExpectInt32(env.local(), 1234, result);
205 ExpectInt32(env.local(), 4321, result)
    [all...]
test-api-fast-accessor-builder.cc 95 ExpectInt32("f = new foo(); f.bar", 123);
96 ExpectInt32("f = new foo(); f.barf", 123); // First call in this call site.
97 ExpectInt32("barf()", 124); // Call via warmed-up callsite.
138 ExpectInt32("field1()", 4321);
179 ExpectInt32("nullcheck()", 5);
186 ExpectInt32("maskcheck()", 42);
221 ExpectInt32("isnull()", 1);
223 ExpectInt32("isnull()", 0);
279 ExpectInt32("nonzero()", 1);
281 ExpectInt32("nonzero()", 0)
    [all...]
test-api-interceptors.cc 941 ExpectInt32("child.age", 10);
942 ExpectInt32("child.accessor_age", 10);
    [all...]
test-accessors.cc 724 ExpectInt32("proto.foo", 907);
728 ExpectInt32("obj.foo", 907);
738 ExpectInt32("proto.__lookupGetter__('foo').call(obj)", 907);
757 ExpectInt32("f()", 907);
769 ExpectInt32("f()", 907);
cctest.h 512 static inline void ExpectInt32(const char* code, int expected) {
test-debug.cc     [all...]
test-api.cc     [all...]
  /external/v8/test/cctest/compiler/
test-run-jscalls.cc 221 ExpectInt32("foo();", 24);

Completed in 116 milliseconds