Home
last modified time | relevance | path

Searched defs:test_object (Results 1 – 14 of 14) sorted by relevance

/third_party/node/test/js-native-api/test_properties/
Dtest.js10 const test_object = require(`./build/${common.buildType}/test_properties`); constant
/third_party/jerryscript/tests/jerry/
Dstring-prototype-charcodeat.js104 var test_object = {firstName:"John", lastName:"Doe"}; variable
Dstring-prototype-charat.js117 var test_object = {firstName:"John", lastName:"Doe"}; variable
Dstring-prototype-lastindexof.js133 var test_object = {firstName:"John", lastName:"Doe"}; variable
Dstring-prototype-indexof.js119 var test_object = {firstName:"John", lastName:"Doe"}; variable
Dstring-prototype-substring.js145 var test_object = {firstName:"John", lastName:"Doe"}; variable
Dstring-prototype-substr.js144 var test_object = {firstName:"John", lastName:"Doe"}; variable
/third_party/node/test/js-native-api/test_constructor/
Dtest.js10 const test_object = new TestConstructor(); constant
/third_party/python/Lib/test/test_importlib/import_/
Dtest_fromlist.py53 def test_object(self): member in HandlingFromlist
/third_party/python/Lib/test/
Dtest_reprlib.py307 def test_object(self): member in LongReprTest
Dtest_httpservers.py48 def __init__(self, test_object, request_handler): argument
/third_party/skia/third_party/externals/harfbuzz/test/api/
Dtest-object.c227 test_object (void) in test_object() function
/third_party/node/test/js-native-api/test_object/
Dtest.js6 const test_object = require(`./build/${common.buildType}/test_object`); constant
/third_party/node/test/fixtures/wpt/resources/
Didlharness.js2731 IdlInterface.prototype.test_object = function(desc) method in IdlInterface