Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/codegen/
Dexternal-reference-table.cc198 static constexpr Runtime::FunctionId runtime_functions[] = { in AddRuntimeFunctions() local
204 for (Runtime::FunctionId fId : runtime_functions) { in AddRuntimeFunctions()
/third_party/node/deps/v8/tools/
Dv8_presubmit.py468 runtime_functions = []
473 runtime_functions.append(m.group(1))
474 if len(runtime_functions) < 250:
478 str = '(\%\s+(' + '|'.join(runtime_functions) + '))[\s\(]'