Lines Matching defs:emptySLayout
60 auto emptySLayout = thread_->GlobalConstants()->GetHandledEmptySLayoutInfo();
63 emptySLayout);
140 auto emptySLayout = globalConst->GetHandledEmptySLayoutInfo();
142 JSSendableArrayBuffer::SIZE, 0, JSType::JS_SENDABLE_ARRAY_BUFFER, arrayBufferPrototypeValue, emptySLayout);
202 auto emptySLayout = globalConst->GetHandledEmptySLayoutInfo();
204 factory_->NewSEcmaHClass(JSSharedSet::SIZE, 0, JSType::JS_SHARED_SET, setPrototypeValue, emptySLayout);
269 auto emptySLayout = globalConst->GetHandledEmptySLayoutInfo();
271 factory_->NewSEcmaHClass(JSSharedMap::SIZE, 0, JSType::JS_SHARED_MAP, mapPrototypeValue, emptySLayout);
327 auto emptySLayout = thread_->GlobalConstants()->GetHandledEmptySLayoutInfo();
330 JSType::JS_MODULE_NAMESPACE, moduleNamespacePrototypeValue, emptySLayout);
345 auto emptySLayout = thread_->GlobalConstants()->GetHandledEmptySLayoutInfo();
347 JSType::JS_SHARED_ASYNC_FUNCTION, JSHandle<JSTaggedValue>(sAsyncFuncPrototype), emptySLayout);
369 auto emptySLayout = thread_->GlobalConstants()->GetHandledEmptySLayoutInfo();
371 JSHandle<JSTaggedValue>(sFuncPrototype), emptySLayout);
992 auto emptySLayout = globalConst->GetHandledEmptySLayoutInfo(); \
998 JSSharedTypedArray::SIZE, 0, JSType::JS_SHARED_##TYPE, arrFuncPrototypeValue, emptySLayout); \
1000 JSSharedTypedArray::SIZE, 0, JSType::JS_SHARED_##TYPE, arrFuncPrototypeValue, emptySLayout); \