Home
last modified time | relevance | path

Searched defs:bodyFunction (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/inspector/
Dcustom-preview.cc199 v8::Local<v8::Function> bodyFunction = bodyValue.As<v8::Function>(); in bodyCallback() local
342 v8::Local<v8::Function> bodyFunction; in generateCustomPreview() local
/third_party/typescript/src/compiler/transformers/
Des2015.ts2854 …const bodyFunction = shouldConvertBodyOfIterationStatement(node) ? createFunctionForBodyOfIteratio… constant