Home
last modified time | relevance | path

Searched refs:function_string (Results 1 – 16 of 16) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dcall-site-info.cc685 Handle<String> function_string = Handle<String>::cast(function_name); in AppendMethodCall() local
688 if (String::IsIdentifier(isolate, function_string) && in AppendMethodCall()
689 !String::Equals(isolate, function_string, type_string)) { in AppendMethodCall()
694 builder->AppendString(function_string); in AppendMethodCall()
698 if (!StringEndsWithMethodName(isolate, function_string, method_string)) { in AppendMethodCall()
Dobjects.cc883 if (object->IsCallable()) return isolate->factory()->function_string(); in TypeOf()
/third_party/node/deps/v8/src/wasm/
Dwasm-module.cc361 Handle<String> function_string = factory->InternalizeUtf8String("function"); in GetImports() local
392 import_kind = function_string; in GetImports()
461 Handle<String> function_string = factory->InternalizeUtf8String("function"); in GetExports() local
490 export_kind = function_string; in GetExports()
/third_party/node/deps/v8/src/interpreter/
Dbytecode-flags.cc58 } else if (raw_literal == ast_constants->function_string()) { in GetFlagForLiteral()
/third_party/node/src/
Denv_properties.h143 V(function_string, "function") \
Dnode_contextify.cc1284 if (result->Set(parsing_context, env->function_string(), fn).IsNothing()) in CompileFunction()
/third_party/node/src/crypto/
Dcrypto_util.cc479 if (obj->Set(context, env->function_string(), in SetFipsCrypto()
Dcrypto_tls.cc823 !Set(env(), obj, env()->function_string(), fs) || in ClearOut()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cDirectStateAccessBuffersTests.cpp2234 const glw::GLchar* function_string) in CheckValue() argument
2239 m_context.getTestContext().getLog() << tcu::TestLog::Message << function_string << " called with " in CheckValue()
2392 …aultsTest::CheckParameterError(const glw::GLchar* pname_string, const glw::GLchar* function_string) in CheckParameterError() argument
2401 m_context.getTestContext().getLog() << tcu::TestLog::Message << function_string << " called with " in CheckParameterError()
Dgl4cDirectStateAccessTests.hpp1734 bool CheckParameterError(const glw::GLchar* pname_string, const glw::GLchar* function_string);
1738 const glw::GLchar* function_string);
/third_party/node/deps/v8/src/init/
Dheap-symbols.h245 V(_, function_string, "function") \
/third_party/node/deps/v8/src/compiler/
Dtyped-optimization.cc699 jsgraph()->Constant(MakeRef(broker(), f->function_string()))); in ReduceTypeOf()
/third_party/node/deps/v8/src/d8/
Dd8.cc2448 Local<String> function_string; in FunctionAndArgumentsToString() local
2449 if (!maybe_function_string.ToLocal(&function_string)) { in FunctionAndArgumentsToString()
2454 *source = String::Concat(isolate, *source, function_string); in FunctionAndArgumentsToString()
/third_party/node/deps/v8/src/parsing/
Dparser.cc3670 ast_value_factory()->function_string(), nopos); in CheckCallable()
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.h156 V(Function_string, function_string, FunctionString) \
Dcode-stub-assembler.cc13639 result_var = HeapConstant(isolate()->factory()->function_string()); in Typeof()