Searched refs:GetInferredName (Results 1 – 6 of 6) sorted by relevance
517 lit->GetInferredName(isolate), lit->start_position(), in InitFromFunctionLiteral()521 lit->GetInferredName(isolate), lit->start_position(), in InitFromFunctionLiteral()
548 name = function->GetInferredName(); in monitorFunctionCallback()
2166 Handle<String> GetInferredName(Isolate* isolate) { in GetInferredName() function2176 Handle<String> GetInferredName(LocalIsolate* isolate) const { in GetInferredName() function
4588 Local<Value> GetInferredName() const;
5021 Local<Value> Function::GetInferredName() const { in GetInferredName() function in v8::Function
46780 v8::Function::GetInferredName in V8 public API.