Home
last modified time | relevance | path

Searched refs:TestMemoryCorruption (Results 1 – 2 of 2) sorted by relevance

/third_party/node/test/js-native-api/test_string/
Dtest_string.c248 static napi_value TestMemoryCorruption(napi_env env, napi_callback_info info) { in TestMemoryCorruption() function
280 DECLARE_NAPI_PROPERTY("TestMemoryCorruption", TestMemoryCorruption), in Init()
Dtest.js85 test_string.TestMemoryCorruption(' '.repeat(64 * 1024));