Searched defs:is_constructor (Results 1 - 7 of 7) sorted by relevance

/external/mesa3d/src/glsl/
H A Dast.h280 bool is_constructor() const function in class:ast_function_expression
/external/v8/src/
H A Dframes.cc965 bool is_constructor, Mode mode)
970 is_constructor_(is_constructor) {
1042 bool is_constructor = IsConstructor(); local
1106 is_constructor);
1108 is_constructor = false;
1112 DCHECK(!is_constructor);
1113 is_constructor = true;
1119 DCHECK(!is_constructor);
963 FrameSummary(Object* receiver, JSFunction* function, AbstractCode* abstract_code, int code_offset, bool is_constructor, Mode mode) argument
H A Dframes.h659 bool is_constructor, Mode mode = kExactSummary);
667 bool is_constructor() { return is_constructor_; } function in class:v8::internal::BASE_EMBEDDED
H A Dfactory.cc1246 NewSharedFunctionInfo(name, code, map->is_constructor());
1989 DCHECK_EQ(target_function->IsConstructor(), map->is_constructor());
2112 Handle<String> name, MaybeHandle<Code> maybe_code, bool is_constructor) {
2130 is_constructor ? isolate()->builtins()->JSConstructStubGeneric()
2111 NewSharedFunctionInfo( Handle<String> name, MaybeHandle<Code> maybe_code, bool is_constructor) argument
H A Disolate.cc545 summ.is_constructor());
549 bool is_constructor) {
597 Handle<Object> is_constructor_obj = factory()->ToBoolean(is_constructor);
685 bool is_constructor = local
691 helper.NewStackFrameObject(fun, position, is_constructor);
548 NewStackFrameObject(Handle<JSFunction> fun, int position, bool is_constructor) argument
H A Dobjects.cc993 bool is_constructor = !info->remove_prototype(); local
995 isolate->factory()->NewSharedFunctionInfo(name, code, is_constructor);
996 if (is_constructor) {
5333 DCHECK(proxy->map()->is_constructor());
5346 DCHECK(function->map()->is_constructor());
5392 DCHECK(function->map()->is_constructor());
5399 DCHECK(object->map()->is_constructor());
/external/v8/test/cctest/
H A Dtest-api.cc16772 int expected_column, bool is_eval, bool is_constructor,
16787 CHECK_EQ(is_constructor, frame->IsConstructor());
16770 checkStackFrame(const char* expected_script_name, const char* expected_func_name, int expected_line_number, int expected_column, bool is_eval, bool is_constructor, v8::Local<v8::StackFrame> frame) argument

Completed in 195 milliseconds