Home
last modified time | relevance | path

Searched refs:disallow (Results 1 - 3 of 3) sorted by relevance

/third_party/node/test/parallel/
H A Dtest-cli-node-options-disallowed.js14 disallow('--version');
15 disallow('-v');
16 disallow('--help');
17 disallow('-h');
18 disallow('--eval');
19 disallow('-e');
20 disallow('--print');
21 disallow('-p');
22 disallow('-pe');
23 disallow('
33 function disallow(opt) { global() function
[all...]
/third_party/node/deps/v8/src/diagnostics/
H A Dperf-jit.cc318 DisallowGarbageCollection disallow; in GetSourcePositionInfo() local
/third_party/sqlite/src/
H A Dsqlite3.c3386 ** return [SQLITE_OK] to allow the action, [SQLITE_IGNORE] to disallow the
25870 int disallow; /* Do not allow memory allocation */ global() member
[all...]

Completed in 134 milliseconds