Home
last modified time | relevance | path

Searched refs:GetInferredName (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dshared-function-info.cc557 lit->GetInferredName(isolate), lit->start_position(), in InitFromFunctionLiteral()
561 lit->GetInferredName(isolate), lit->start_position(), in InitFromFunctionLiteral()
567 lit->GetInferredName(isolate), lit->start_position(), in InitFromFunctionLiteral()
571 lit->GetInferredName(isolate), lit->start_position(), in InitFromFunctionLiteral()
/third_party/node/deps/v8/include/
Dv8-function.h70 Local<Value> GetInferredName() const;
/third_party/node/deps/v8/src/ast/
Dast.h2211 Handle<String> GetInferredName(Isolate* isolate) { in GetInferredName() function
2221 Handle<String> GetInferredName(LocalIsolate* isolate) const { in GetInferredName() function
/third_party/node/deps/v8/src/inspector/
Dv8-console.cc676 name = function->GetInferredName(); in monitorFunctionCallback()
/third_party/node/deps/v8/src/api/
Dapi.cc5296 Local<Value> Function::GetInferredName() const { in GetInferredName() function in v8::Function